CngAlgorithm(String) Konstruktor

Definice

Inicializuje novou instanci CngAlgorithm třídy .

public:
 CngAlgorithm(System::String ^ algorithm);
public CngAlgorithm (string algorithm);
new System.Security.Cryptography.CngAlgorithm : string -> System.Security.Cryptography.CngAlgorithm
Public Sub New (algorithm As String)

Parametry

algorithm
String

Název algoritmu, který se má inicializovat.

Výjimky

Parametr algorithm je null.

Délka algorithm parametru je 0 (nula).

Poznámky

CngAlgorithm Instance třídy interně udržují název algoritmu, který je určen parametrem algorithm .

Primárním účelem tohoto konstruktoru je poskytnout metodu pro vytváření CngAlgorithm objektů pro typy algoritmů, které nejsou reprezentovány statickými vlastnostmi CngAlgorithm třídy . Tato kapacita umožňuje budoucím verzím rozhraní .NET Framework, aktualizacím Service Pack a vývojářům třetích stran přidávat nové algoritmy, ke kterým lze přistupovat stejně jako k algoritmům, které jsou aktuálně dostupné.

Platí pro