X509EncryptingCredentials コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した X.509 証明書に基づいて X509EncryptingCredentials クラスの新しいインスタンスを初期化します。
オーバーロード
X509EncryptingCredentials(X509Certificate2) |
指定した X.509 証明書に基づいて X509EncryptingCredentials クラスの新しいインスタンスを初期化します。 |
X509EncryptingCredentials(X509Certificate2, SecurityKeyIdentifier) |
指定した X.509 証明書とセキュリティ キー識別子に基づいて、X509EncryptingCredentials クラスの新しいインスタンスを初期化します。 |
X509EncryptingCredentials(X509Certificate2, String) |
指定した X.509 証明書およびキー ラップ アルゴリズムに基づいて、X509EncryptingCredentials クラスの新しいインスタンスを初期化します。 |
X509EncryptingCredentials(X509Certificate2, SecurityKeyIdentifier, String) |
指定した X.509 証明書、キー ラップ アルゴリズム、およびセキュリティ キー識別子に基づいて、X509EncryptingCredentials クラスの新しいインスタンスを初期化します。 |
X509EncryptingCredentials(X509Certificate2)
指定した X.509 証明書に基づいて X509EncryptingCredentials クラスの新しいインスタンスを初期化します。
public:
X509EncryptingCredentials(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public X509EncryptingCredentials (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
new System.IdentityModel.Tokens.X509EncryptingCredentials : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.IdentityModel.Tokens.X509EncryptingCredentials
Public Sub New (certificate As X509Certificate2)
パラメーター
- certificate
- X509Certificate2
X.509 証明書。
適用対象
X509EncryptingCredentials(X509Certificate2, SecurityKeyIdentifier)
指定した X.509 証明書とセキュリティ キー識別子に基づいて、X509EncryptingCredentials クラスの新しいインスタンスを初期化します。
public:
X509EncryptingCredentials(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ ski);
public X509EncryptingCredentials (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.IdentityModel.Tokens.SecurityKeyIdentifier ski);
new System.IdentityModel.Tokens.X509EncryptingCredentials : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.IdentityModel.Tokens.X509EncryptingCredentials
Public Sub New (certificate As X509Certificate2, ski As SecurityKeyIdentifier)
パラメーター
- certificate
- X509Certificate2
X.509 証明書。
セキュリティ キー識別子。
適用対象
X509EncryptingCredentials(X509Certificate2, String)
指定した X.509 証明書およびキー ラップ アルゴリズムに基づいて、X509EncryptingCredentials クラスの新しいインスタンスを初期化します。
public:
X509EncryptingCredentials(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::String ^ keyWrappingAlgorithm);
public X509EncryptingCredentials (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string keyWrappingAlgorithm);
new System.IdentityModel.Tokens.X509EncryptingCredentials : System.Security.Cryptography.X509Certificates.X509Certificate2 * string -> System.IdentityModel.Tokens.X509EncryptingCredentials
Public Sub New (certificate As X509Certificate2, keyWrappingAlgorithm As String)
パラメーター
- certificate
- X509Certificate2
X.509 証明書。
- keyWrappingAlgorithm
- String
キー ラップ アルゴリズム。
適用対象
X509EncryptingCredentials(X509Certificate2, SecurityKeyIdentifier, String)
指定した X.509 証明書、キー ラップ アルゴリズム、およびセキュリティ キー識別子に基づいて、X509EncryptingCredentials クラスの新しいインスタンスを初期化します。
public:
X509EncryptingCredentials(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ ski, System::String ^ keyWrappingAlgorithm);
public X509EncryptingCredentials (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.IdentityModel.Tokens.SecurityKeyIdentifier ski, string keyWrappingAlgorithm);
new System.IdentityModel.Tokens.X509EncryptingCredentials : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.IdentityModel.Tokens.SecurityKeyIdentifier * string -> System.IdentityModel.Tokens.X509EncryptingCredentials
Public Sub New (certificate As X509Certificate2, ski As SecurityKeyIdentifier, keyWrappingAlgorithm As String)
パラメーター
- certificate
- X509Certificate2
X.509 証明書。
セキュリティ キー識別子。
- keyWrappingAlgorithm
- String
キー ラップ アルゴリズム。
適用対象
.NET