BinarySecretKeyIdentifierClause Class

 

Represents the key identifier clause in a binary secret security token.

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

System::Object
  System.IdentityModel.Tokens::SecurityKeyIdentifierClause
    System.IdentityModel.Tokens::BinaryKeyIdentifierClause
      System.ServiceModel.Security::BinarySecretKeyIdentifierClause

public ref class BinarySecretKeyIdentifierClause : BinaryKeyIdentifierClause

NameDescription
System_CAPS_pubmethodBinarySecretKeyIdentifierClause(array<Byte>^)

Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified key.

System_CAPS_pubmethodBinarySecretKeyIdentifierClause(array<Byte>^, Boolean)

Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified values.

System_CAPS_pubmethodBinarySecretKeyIdentifierClause(array<Byte>^, Boolean, array<Byte>^, Int32)

Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified values.

NameDescription
System_CAPS_pubpropertyCanCreateKey

Gets a value that indicates whether this instance of the class can create a security key.(Overrides SecurityKeyIdentifierClause::CanCreateKey.)

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

NameDescription
System_CAPS_pubmethodCreateKey()

Creates a security key.(Overrides SecurityKeyIdentifierClause::CreateKey().)

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_pubmethodGetBuffer()

Gets the binary data that represents the key identifier.(Inherited from BinaryKeyIdentifierClause.)

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_pubmethodGetKeyBytes()

Gets an array of bytes that represents the key.

System_CAPS_protmethodGetRawBuffer()

Gets the binary data that represents the key identifier.(Inherited from BinaryKeyIdentifierClause.)

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodMatches(array<Byte>^)

Returns a value that indicates whether the binary data for the current instance matches the specified binary data.(Inherited from BinaryKeyIdentifierClause.)

System_CAPS_pubmethodMatches(array<Byte>^, Int32)

Returns a value that indicates whether the binary data for the current instance is equivalent to the specified binary data at the specified offset.(Inherited from BinaryKeyIdentifierClause.)

System_CAPS_pubmethodMatches(SecurityKeyIdentifierClause^)

Compares whether the key of a specified clause matches this instance's key.(Overrides BinaryKeyIdentifierClause::Matches(SecurityKeyIdentifierClause^).)

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

.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: