Edit

Share via


KeyDescriptor Constructors

Definition

Initializes a new instance of the KeyDescriptor class.

Overloads

KeyDescriptor()

Initializes a new instance of the KeyDescriptor class with default values.

KeyDescriptor(SecurityKeyIdentifier)

Initializes a new instance of the KeyDescriptor class by using the specified key identifier.

KeyDescriptor()

Initializes a new instance of the KeyDescriptor class with default values.

public:
 KeyDescriptor();
public KeyDescriptor ();
Public Sub New ()

Applies to

KeyDescriptor(SecurityKeyIdentifier)

Initializes a new instance of the KeyDescriptor class by using the specified key identifier.

public:
 KeyDescriptor(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ ski);
public KeyDescriptor (System.IdentityModel.Tokens.SecurityKeyIdentifier ski);
new System.IdentityModel.Metadata.KeyDescriptor : System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.IdentityModel.Metadata.KeyDescriptor
Public Sub New (ski As SecurityKeyIdentifier)

Parameters

ski
SecurityKeyIdentifier

The key identifier for this instance.

Applies to