InMemorySymmetricSecurityKey.GetSymmetricAlgorithm(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma instância do algoritmo simétrico especificado.
public:
override System::Security::Cryptography::SymmetricAlgorithm ^ GetSymmetricAlgorithm(System::String ^ algorithm);
public override System.Security.Cryptography.SymmetricAlgorithm GetSymmetricAlgorithm (string algorithm);
override this.GetSymmetricAlgorithm : string -> System.Security.Cryptography.SymmetricAlgorithm
Public Overrides Function GetSymmetricAlgorithm (algorithm As String) As SymmetricAlgorithm
Parâmetros
- algorithm
- String
O algoritmo simétrico do qual uma instância será obtida.
Retornos
Um SymmetricAlgorithm que representa o algoritmo simétrico.
Exceções
algorithm
não é suportado. Os algoritmos com suporte são TripleDesEncryption, Aes128Encryption, Aes192Encryption, Aes256Encryption, TripleDesKeyWrap, Aes128KeyWrap, , Aes192KeyWrape Aes256KeyWrap