次の方法で共有


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

このインスタンスのキー識別子句。

適用対象