Udostępnij za pośrednictwem


X509AsymmetricSecurityKey.IsSymmetricAlgorithm(String) Metoda

Definicja

Pobiera wartość wskazującą, czy określony algorytm używa kluczy symetrycznych.

public:
 override bool IsSymmetricAlgorithm(System::String ^ algorithm);
public override bool IsSymmetricAlgorithm (string algorithm);
override this.IsSymmetricAlgorithm : string -> bool
Public Overrides Function IsSymmetricAlgorithm (algorithm As String) As Boolean

Parametry

algorithm
String

Algorytm kryptograficzny.

Zwraca

truegdy określony algorytm to HmacSha1Signature, , Aes128Encryption, Aes192EncryptionAes128KeyWrapAes192KeyWrapAes256EncryptionTripleDesEncryptionAes256KeyWrap, TripleDesKeyWraplub Psha1KeyDerivation; w przeciwnym razie . false

Dotyczy