GenericXmlSecurityKeyIdentifierClause Class

Definition

Represents a key identifier clause that is based on XML.

public ref class GenericXmlSecurityKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class GenericXmlSecurityKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type GenericXmlSecurityKeyIdentifierClause = class
    inherit SecurityKeyIdentifierClause
Public Class GenericXmlSecurityKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
Inheritance
GenericXmlSecurityKeyIdentifierClause

Constructors

GenericXmlSecurityKeyIdentifierClause(XmlElement)

Initializes a new instance of the GenericXmlSecurityKeyIdentifierClause class by using the specified XML element.

GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32)

Initializes a new instance of the GenericXmlSecurityKeyIdentifierClause class by using the specified XML element, nonce, and derivation length.

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)
ReferenceXml

Gets the XML element that represents the key identifier clause.

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 specified key identifier clause matches the current instance.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to