KeyDescriptor 构造函数

定义

初始化 KeyDescriptor 类的新实例。

重载

KeyDescriptor()

使用默认值初始化 KeyDescriptor 类的新实例。

KeyDescriptor(SecurityKeyIdentifier)

使用指定的密钥标识符初始化 KeyDescriptor 类的新实例。

KeyDescriptor()

使用默认值初始化 KeyDescriptor 类的新实例。

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

适用于

KeyDescriptor(SecurityKeyIdentifier)

使用指定的密钥标识符初始化 KeyDescriptor 类的新实例。

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)

参数

ski
SecurityKeyIdentifier

此实例的密钥标识符。

适用于