KeyNameIdentifierClause Class

 

Represents the key name identifier clause in a security token.

Namespace:   System.ServiceModel.Security
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

System::Object
  System.IdentityModel.Tokens::SecurityKeyIdentifierClause
    System.ServiceModel.Security::KeyNameIdentifierClause

public ref class KeyNameIdentifierClause : SecurityKeyIdentifierClause

NameDescription
System_CAPS_pubmethodKeyNameIdentifierClause(String^)

Initializes a new instance of the KeyNameIdentifierClause class.

NameDescription
System_CAPS_pubpropertyCanCreateKey

Gets a value that indicates whether a key can be created. (Inherited from SecurityKeyIdentifierClause.)

System_CAPS_pubpropertyClauseType

Gets the key identifier clause type.(Inherited from SecurityKeyIdentifierClause.)

System_CAPS_pubpropertyDerivationLength

Gets the size of the derived key.(Inherited from SecurityKeyIdentifierClause.)

System_CAPS_pubpropertyId

Gets or sets the key identifier clause ID.(Inherited from SecurityKeyIdentifierClause.)

System_CAPS_pubpropertyKeyName

Gets the key name.

NameDescription
System_CAPS_pubmethodCreateKey()

Creates a key based on the parameters passed into the constructor.(Inherited from SecurityKeyIdentifierClause.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetDerivationNonce()

Gets the nonce that was used to generate the derived key.(Inherited from SecurityKeyIdentifierClause.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodMatches(SecurityKeyIdentifierClause^)

Checks whether a SecurityKeyIdentifierClause matches the current instance of this class. (Overrides SecurityKeyIdentifierClause::Matches(SecurityKeyIdentifierClause^).)

System_CAPS_pubmethodMatches(String^)

Checks whether the specified key name matches the current instance's key name.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a String that represents the current Object. (Inherited from Object)(Overrides Object::ToString().)

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: