Aracılığıyla paylaş


KeyDescriptor Oluşturucular

Tanım

KeyDescriptor sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

KeyDescriptor()

KeyDescriptor sınıfının yeni bir örneğini varsayılan değerlerle başlatır.

KeyDescriptor(SecurityKeyIdentifier)

Belirtilen anahtar tanımlayıcısını KeyDescriptor kullanarak sınıfının yeni bir örneğini başlatır.

KeyDescriptor()

KeyDescriptor sınıfının yeni bir örneğini varsayılan değerlerle başlatır.

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

Şunlara uygulanır

KeyDescriptor(SecurityKeyIdentifier)

Belirtilen anahtar tanımlayıcısını KeyDescriptor kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

ski
SecurityKeyIdentifier

Bu örneğin anahtar tanımlayıcısı.

Şunlara uygulanır