This documentation is archived and is not being maintained.
BinarySecretKeyIdentifierClause Class
Visual Studio 2010
Represents the key identifier clause in a binary secret security token.
System::Object
System.IdentityModel.Tokens::SecurityKeyIdentifierClause
System.IdentityModel.Tokens::BinaryKeyIdentifierClause
System.ServiceModel.Security::BinarySecretKeyIdentifierClause
System.IdentityModel.Tokens::SecurityKeyIdentifierClause
System.IdentityModel.Tokens::BinaryKeyIdentifierClause
System.ServiceModel.Security::BinarySecretKeyIdentifierClause
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The BinarySecretKeyIdentifierClause type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BinarySecretKeyIdentifierClause(array<Byte>) | Initializes a new instance of the BinarySecretKeyIdentifierClause class. |
![]() | BinarySecretKeyIdentifierClause(array<Byte>, Boolean) | Initializes a new instance of the BinarySecretKeyIdentifierClause class. |
![]() | BinarySecretKeyIdentifierClause(array<Byte>, Boolean, array<Byte>, Int32) | Initializes a new instance of the BinarySecretKeyIdentifierClause class. |
| 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.) |
| 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 a hash function for a particular type. (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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Matches(array<Byte>) | Returns a value that indicates whether the binary data for the current instance matches the specified binary data. (Inherited from BinaryKeyIdentifierClause.) |
![]() | Matches(SecurityKeyIdentifierClause) | Compares whether the key of a specified clause matches this instance's key. (Overrides BinaryKeyIdentifierClause::Matches(SecurityKeyIdentifierClause).) |
![]() | Matches(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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
