CoseSigner.Key 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 a chave privada para usar durante a assinatura.
public:
property System::Security::Cryptography::AsymmetricAlgorithm ^ Key { System::Security::Cryptography::AsymmetricAlgorithm ^ get(); };
public System.Security.Cryptography.AsymmetricAlgorithm? Key { get; }
member this.Key : System.Security.Cryptography.AsymmetricAlgorithm
Public ReadOnly Property Key As AsymmetricAlgorithm
Valor de Propriedade
A chave privada para usar durante a assinatura.