X509SignatureGenerator.GetSignatureAlgorithmIdentifier Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, encode l’identificateur d’algorithme X.509 pour cette signature.
public:
abstract cli::array <System::Byte> ^ GetSignatureAlgorithmIdentifier(System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public abstract byte[] GetSignatureAlgorithmIdentifier (System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
abstract member GetSignatureAlgorithmIdentifier : System.Security.Cryptography.HashAlgorithmName -> byte[]
Public MustOverride Function GetSignatureAlgorithmIdentifier (hashAlgorithm As HashAlgorithmName) As Byte()
Paramètres
- hashAlgorithm
- HashAlgorithmName
Algorithme de hachage à utiliser pour l’encodage.
Retours
Byte[]
Valeur encodée pour l’identificateur d’algorithme X.509.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.