KeyDescriptor Constructors
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.
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
The key identifier for this instance.