SecurityContextKeyIdentifierClause Class

 

Represents the key identifier clause for a security context token.

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

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

public ref class SecurityContextKeyIdentifierClause : SecurityKeyIdentifierClause

NameDescription
System_CAPS_pubmethodSecurityContextKeyIdentifierClause(UniqueId^)

Initializes a new instance of the SecurityContextKeyIdentifierClause class using the specified context identifier.

System_CAPS_pubmethodSecurityContextKeyIdentifierClause(UniqueId^, UniqueId^)

Initializes a new instance of the SecurityContextKeyIdentifierClause class using the specified context identifier and generation.

System_CAPS_pubmethodSecurityContextKeyIdentifierClause(UniqueId^, UniqueId^, array<Byte>^, Int32)

Initializes a new instance of the SecurityContextKeyIdentifierClause class with the specified values.

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_pubpropertyContextId

Gets the ID of the security context.

System_CAPS_pubpropertyDerivationLength

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

System_CAPS_pubpropertyGeneration

Gets the generation.

System_CAPS_pubpropertyId

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

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^)

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class.(Overrides SecurityKeyIdentifierClause::Matches(SecurityKeyIdentifierClause^).)

System_CAPS_pubmethodMatches(UniqueId^, UniqueId^)

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class with the specified context identifier and generation.

System_CAPS_protmethodMemberwiseClone()

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

System_CAPS_pubmethodToString()

Provides a text representation of this instance of the class.(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: