BinarySecretKeyIdentifierClause Class
Represents the key identifier clause in a binary secret security token.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens.SecurityKeyIdentifierClause
System.IdentityModel.Tokens.BinaryKeyIdentifierClause
System.ServiceModel.Security.BinarySecretKeyIdentifierClause
| Name | Description | |
|---|---|---|
![]() | BinarySecretKeyIdentifierClause(Byte[]) | Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified key. |
![]() | BinarySecretKeyIdentifierClause(Byte[], Boolean) | Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified values. |
![]() | BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32) | Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified values. |
| Name | Description | |
|---|---|---|
![]() | CanCreateKey | Gets a value that indicates whether this instance of the class can create a security key.(Overrides SecurityKeyIdentifierClause.CanCreateKey.) |
![]() | ClauseType | Gets the key identifier clause type.(Inherited from SecurityKeyIdentifierClause.) |
![]() | DerivationLength | Gets the size of the derived key.(Inherited from SecurityKeyIdentifierClause.) |
![]() | Id | Gets or sets the key identifier clause ID.(Inherited from SecurityKeyIdentifierClause.) |
| Name | Description | |
|---|---|---|
![]() | CreateKey() | Creates a security key.(Overrides SecurityKeyIdentifierClause.CreateKey().) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetBuffer() | Gets the binary data that represents the key identifier.(Inherited from BinaryKeyIdentifierClause.) |
![]() | GetDerivationNonce() | Gets the nonce that was used to generate the derived key.(Inherited from SecurityKeyIdentifierClause.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetKeyBytes() | Gets an array of bytes that represents the key. |
![]() | GetRawBuffer() | Gets the binary data that represents the key identifier.(Inherited from BinaryKeyIdentifierClause.) |
![]() | GetType() | |
![]() | Matches(Byte[]) | Returns a value that indicates whether the binary data for the current instance matches the specified binary data.(Inherited from BinaryKeyIdentifierClause.) |
![]() | Matches(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.) |
![]() | Matches(SecurityKeyIdentifierClause) | Compares whether the key of a specified clause matches this instance's key.(Overrides BinaryKeyIdentifierClause.Matches(SecurityKeyIdentifierClause).) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


