Udostępnij za pośrednictwem


AsymmetricSecurityKey.GetAsymmetricAlgorithm(String, Boolean) Metoda

Definicja

Po zastąpieniu w klasie pochodnej pobiera określony asymetryczny algorytm kryptograficzny.

public:
 abstract System::Security::Cryptography::AsymmetricAlgorithm ^ GetAsymmetricAlgorithm(System::String ^ algorithm, bool privateKey);
public abstract System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm (string algorithm, bool privateKey);
abstract member GetAsymmetricAlgorithm : string * bool -> System.Security.Cryptography.AsymmetricAlgorithm
Public MustOverride Function GetAsymmetricAlgorithm (algorithm As String, privateKey As Boolean) As AsymmetricAlgorithm

Parametry

algorithm
String

Algorytm asymetryczny do utworzenia.

privateKey
Boolean

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

Zwraca

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

Zazwyczaj jest przekazywany do parametruprivateKey, true ponieważ klucz prywatny jest zwykle wymagany do odszyfrowywania.

Uwagi

Użyj pól statycznych SecurityAlgorithms klasy, aby określić algorytm.

Dotyczy