SecurityKeyIdentifierClause Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an abstract base class for a key identifier clause.
public ref class SecurityKeyIdentifierClause abstract
public abstract class SecurityKeyIdentifierClause
type SecurityKeyIdentifierClause = class
Public MustInherit Class SecurityKeyIdentifierClause
- Inheritance
-
SecurityKeyIdentifierClause
- Derived
Remarks
Typically, the SecurityKeyIdentifierClause does not need to be used, other than when a custom security token service is created. When a security token service returns a security token, the issued security token contains references to attached and unattached security tokens. Attached references refer to security tokens that are contained within the security header of a SOAP message and unattached references reference security tokens that are not included within the security header of a SOAP message. These references typically affirm the authenticity of the issued security token.
Constructors
SecurityKeyIdentifierClause(String) |
Initializes a new instance of the SecurityKeyIdentifierClause class using the specified key identifier clause type. |
SecurityKeyIdentifierClause(String, Byte[], Int32) |
Initializes a new instance of the SecurityKeyIdentifierClause class using the specified key identifier clause type, nonce, and the derived key length. |
Properties
CanCreateKey |
Gets a value that indicates whether a key can be created. |
ClauseType |
Gets the key identifier clause type. |
DerivationLength |
Gets the size of the derived key. |
Id |
Gets or sets the key identifier clause ID. |
Methods
CreateKey() |
Creates a key based on the parameters passed into the constructor. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetDerivationNonce() |
Gets the nonce that was used to generate the derived key. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Matches(SecurityKeyIdentifierClause) |
Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |