BinarySecretSecurityToken Class
Represents a binary secret security token.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::BinarySecretSecurityToken
| Name | Description | |
|---|---|---|
![]() | BinarySecretSecurityToken(array<Byte>^) | Initializes a new instance of the BinarySecretSecurityToken class. |
![]() | BinarySecretSecurityToken(Int32) | Initializes a new instance of the BinarySecretSecurityToken class. |
![]() | BinarySecretSecurityToken(String^, array<Byte>^) | Initializes a new instance of the BinarySecretSecurityToken class. |
![]() | BinarySecretSecurityToken(String^, array<Byte>^, Boolean) | Initializes a new instance of the BinarySecretSecurityToken class. |
![]() | BinarySecretSecurityToken(String^, Int32) | Initializes a new instance of the BinarySecretSecurityToken class. |
![]() | BinarySecretSecurityToken(String^, Int32, Boolean) | Initializes a new instance of the BinarySecretSecurityToken class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the token ID.(Overrides SecurityToken::Id.) |
![]() | KeySize | Gets the token key size. |
![]() | SecurityKeys | Gets a collection of security keys.(Overrides SecurityToken::SecurityKeys.) |
![]() | ValidFrom | Gets the token effective start time.(Overrides SecurityToken::ValidFrom.) |
![]() | ValidTo | Gets the token effective start time.(Overrides SecurityToken::ValidTo.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T>() | Gets a value that indicates whether this security token is capable of creating the specified key identifier. (Inherited from SecurityToken.) |
![]() | CreateKeyIdentifierClause<T>() | Creates the specified key identifier clause.(Inherited from SecurityToken.) |
![]() | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetKeyBytes() | Gets the bytes that represent the key. |
![]() | GetType() | |
![]() | MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^) | Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.(Inherited from SecurityToken.) |
![]() | MemberwiseClone() | |
![]() | ResolveKeyIdentifierClause(SecurityKeyIdentifierClause^) | Gets the key for the specified key identifier clause.(Inherited from SecurityToken.) |
![]() | 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.


