CREDENTIAL_ATTRIBUTE class base struct

The CREDENTIAL_ATTRIBUTE structure contains an application-defined attribute of the credential. An attribute is a keyword-value pair. It is up to the application to define the meaning of the attribute.

Inheritance

Constructors

CREDENTIAL_ATTRIBUTE()

Properties

Flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Keyword Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Value Pointer<Uint8>
getter/setter pair
ValueSize int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited