CngKey.AlgorithmGroup Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o grupo de algoritmos que é usado pela chave.
public:
property System::Security::Cryptography::CngAlgorithmGroup ^ AlgorithmGroup { System::Security::Cryptography::CngAlgorithmGroup ^ get(); };
public System.Security.Cryptography.CngAlgorithmGroup AlgorithmGroup { [System.Security.SecurityCritical] get; }
public System.Security.Cryptography.CngAlgorithmGroup AlgorithmGroup { get; }
[<get: System.Security.SecurityCritical>]
member this.AlgorithmGroup : System.Security.Cryptography.CngAlgorithmGroup
member this.AlgorithmGroup : System.Security.Cryptography.CngAlgorithmGroup
Public ReadOnly Property AlgorithmGroup As CngAlgorithmGroup
Valor de Propriedade
Um objeto que especifica o nome de um grupo de algoritmos de encriptação.
- Atributos