Saml2AssertionKeyIdentifierClause 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 a SecurityKeyIdentifierClause implementation for referencing SAML2-based security tokens.
public ref class Saml2AssertionKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class Saml2AssertionKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type Saml2AssertionKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class Saml2AssertionKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- Inheritance
Constructors
Saml2AssertionKeyIdentifierClause(String) |
Initializes a new instance of the Saml2AssertionKeyIdentifierClause class for the specified ID. |
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32) |
Initializes a new instance of the Saml2AssertionKeyIdentifierClause class for the specified ID, nonce, and key size. |
Properties
CanCreateKey |
Gets a value that indicates whether a key can be created. (Inherited from SecurityKeyIdentifierClause) |
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) |
Methods
CreateKey() |
Creates a key based on the parameters passed into the constructor. (Inherited from SecurityKeyIdentifierClause) |
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. (Inherited from SecurityKeyIdentifierClause) |
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. |
Matches(String, SecurityKeyIdentifierClause) |
Returns a value that indicates whether the key identifier for an assertion 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 instance. |