Udostępnij za pośrednictwem


RsaSecurityKey.GetAsymmetricAlgorithm(String, Boolean) Metoda

Definicja

Pobiera określony asymetryczny algorytm kryptograficzny.

public:
 override System::Security::Cryptography::AsymmetricAlgorithm ^ GetAsymmetricAlgorithm(System::String ^ algorithm, bool requiresPrivateKey);
public override System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm (string algorithm, bool requiresPrivateKey);
override this.GetAsymmetricAlgorithm : string * bool -> System.Security.Cryptography.AsymmetricAlgorithm
Public Overrides Function GetAsymmetricAlgorithm (algorithm As String, requiresPrivateKey As Boolean) As AsymmetricAlgorithm

Parametry

algorithm
String

Algorytm asymetryczny do utworzenia.

requiresPrivateKey
Boolean

true gdy klucz prywatny jest wymagany do utworzenia algorytmu; w przeciwnym razie , false.

Zwraca

Element AsymmetricAlgorithm reprezentujący określony asymetryczny algorytm kryptograficzny.

Wyjątki

requiresPrivateKey jest true i klucz prywatny jest niedostępny.

Dotyczy