CoseKey Constructeurs
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.
Surcharges
| Nom | Description |
|---|---|
| CoseKey(MLDsa) | |
| CoseKey(ECDsa, HashAlgorithmName) | |
| CoseKey(RSA, RSASignaturePadding, HashAlgorithmName) |
CoseKey(MLDsa)
- Source:
- CoseKey.cs
- Source:
- CoseKey.cs
public:
CoseKey(System::Security::Cryptography::MLDsa ^ key);
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")]
public CoseKey(System.Security.Cryptography.MLDsa key);
public CoseKey(System.Security.Cryptography.MLDsa key);
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")>]
new System.Security.Cryptography.Cose.CoseKey : System.Security.Cryptography.MLDsa -> System.Security.Cryptography.Cose.CoseKey
new System.Security.Cryptography.Cose.CoseKey : System.Security.Cryptography.MLDsa -> System.Security.Cryptography.Cose.CoseKey
Public Sub New (key As MLDsa)
Paramètres
- key
- MLDsa
- Attributs
S’applique à
CoseKey(ECDsa, HashAlgorithmName)
- Source:
- CoseKey.cs
- Source:
- CoseKey.cs
public:
CoseKey(System::Security::Cryptography::ECDsa ^ key, System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public CoseKey(System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
new System.Security.Cryptography.Cose.CoseKey : System.Security.Cryptography.ECDsa * System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.Cose.CoseKey
Public Sub New (key As ECDsa, hashAlgorithm As HashAlgorithmName)
Paramètres
- key
- ECDsa
- hashAlgorithm
- HashAlgorithmName
S’applique à
CoseKey(RSA, RSASignaturePadding, HashAlgorithmName)
- Source:
- CoseKey.cs
- Source:
- CoseKey.cs
public:
CoseKey(System::Security::Cryptography::RSA ^ key, System::Security::Cryptography::RSASignaturePadding ^ signaturePadding, System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public CoseKey(System.Security.Cryptography.RSA key, System.Security.Cryptography.RSASignaturePadding signaturePadding, System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
new System.Security.Cryptography.Cose.CoseKey : System.Security.Cryptography.RSA * System.Security.Cryptography.RSASignaturePadding * System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.Cose.CoseKey
Public Sub New (key As RSA, signaturePadding As RSASignaturePadding, hashAlgorithm As HashAlgorithmName)
Paramètres
- key
- RSA
- signaturePadding
- RSASignaturePadding
- hashAlgorithm
- HashAlgorithmName