GenericXmlSecurityKeyIdentifierClause 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 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
Constructors
GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32) |
Initializes a new instance of the GenericXmlSecurityKeyIdentifierClause class by using the specified XML element, nonce, and derivation length. |
GenericXmlSecurityKeyIdentifierClause(XmlElement) |
Initializes a new instance of the GenericXmlSecurityKeyIdentifierClause class by using the specified XML element. |
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
.NET