EmptySecurityKeyIdentifierClause Class

Definition

Represents an empty key identifier clause. This class is used when an <EncryptedData> or a <Signature> element does not contain a <KeyInfo> element, which is used to describe the key required to decrypt the data or check the signature.

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

Constructors

EmptySecurityKeyIdentifierClause()

Initializes a new instance of the EmptySecurityKeyIdentifierClause class.

EmptySecurityKeyIdentifierClause(Object)

Initializes a new instance of the EmptySecurityKeyIdentifierClause class with the specified context.

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

Gets an object that is used to provide a hint when there is a need to resolve to a particular key.

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.

(Inherited from SecurityKeyIdentifierClause)
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