CoseKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CoseKey(MLDsa) | |
| CoseKey(ECDsa, HashAlgorithmName) | |
| CoseKey(RSA, RSASignaturePadding, HashAlgorithmName) |
CoseKey(MLDsa)
- ソース:
- CoseKey.cs
- ソース:
- 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)
パラメーター
- key
- MLDsa
- 属性
適用対象
CoseKey(ECDsa, HashAlgorithmName)
- ソース:
- CoseKey.cs
- ソース:
- 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)
パラメーター
- key
- ECDsa
- hashAlgorithm
- HashAlgorithmName
適用対象
CoseKey(RSA, RSASignaturePadding, HashAlgorithmName)
- ソース:
- CoseKey.cs
- ソース:
- 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)
パラメーター
- key
- RSA
- signaturePadding
- RSASignaturePadding
- hashAlgorithm
- HashAlgorithmName