Aracılığıyla paylaş


RsaKeyIdentifierClause.Matches Yöntem

Tanım

Bu örneğin anahtar tanımlayıcısının belirtilen nesneye eşdeğer olup olmadığını gösteren bir değer döndürür.

Aşırı Yüklemeler

Matches(SecurityKeyIdentifierClause)

Bu örneğin anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

Matches(RSA)

Bu örneğin anahtar tanımlayıcısının belirtilen RSA algoritmasıyla eşleşip eşleşmediğini gösteren bir değer döndürür.

Matches(SecurityKeyIdentifierClause)

Bu örneğin anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

public:
 override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Parametreler

keyIdentifierClause
SecurityKeyIdentifierClause

Karşılaştıracak bir SecurityKeyIdentifierClause .

Döndürülenler

truetüründeyse keyIdentifierClauseRsaKeyIdentifierClause ve parametresi için keyIdentifierClause ve GetExponent() yöntemleri tarafından GetModulus() döndürülen diziler geçerli örnekle aynıdır; aksi takdirde , false.

Şunlara uygulanır

Matches(RSA)

Bu örneğin anahtar tanımlayıcısının belirtilen RSA algoritmasıyla eşleşip eşleşmediğini gösteren bir değer döndürür.

public:
 bool Matches(System::Security::Cryptography::RSA ^ rsa);
public bool Matches (System.Security.Cryptography.RSA rsa);
override this.Matches : System.Security.Cryptography.RSA -> bool
Public Function Matches (rsa As RSA) As Boolean

Parametreler

rsa
RSA

Bir RSA RSA algoritmayı temsil eden.

Döndürülenler

trueparametresinin Exponent ve Modulus alanları rsa geçerli örnek için ve GetExponent() yöntemleri tarafından GetModulus() döndürülen değerlerle eşleşiyorsa; eşleşmiyorsa, false.

Şunlara uygulanır