ProtectedKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ProtectedKey クラスの新しいインスタンスを初期化します。
オーバーロード
ProtectedKey(Byte[]) |
暗号化されない ProtectedKey クラスの新しいインスタンスを初期化します。 |
ProtectedKey(Byte[], EncryptingCredentials) |
指定した暗号化の資格情報を使用して、ProtectedKey クラスの新しいインスタンスを初期化します。 |
ProtectedKey(Byte[])
暗号化されない ProtectedKey クラスの新しいインスタンスを初期化します。
public:
ProtectedKey(cli::array <System::Byte> ^ secret);
public ProtectedKey (byte[] secret);
new System.IdentityModel.Protocols.WSTrust.ProtectedKey : byte[] -> System.IdentityModel.Protocols.WSTrust.ProtectedKey
Public Sub New (secret As Byte())
パラメーター
注釈
このコンストラクターを使用して、キー マテリアルをクリア テキストで送信します。 プロパティはWrappingCredentials、新しいProtectedKeyインスタンスで にnull
設定されます。
適用対象
ProtectedKey(Byte[], EncryptingCredentials)
指定した暗号化の資格情報を使用して、ProtectedKey クラスの新しいインスタンスを初期化します。
public:
ProtectedKey(cli::array <System::Byte> ^ secret, System::IdentityModel::Tokens::EncryptingCredentials ^ wrappingCredentials);
public ProtectedKey (byte[] secret, System.IdentityModel.Tokens.EncryptingCredentials wrappingCredentials);
new System.IdentityModel.Protocols.WSTrust.ProtectedKey : byte[] * System.IdentityModel.Tokens.EncryptingCredentials -> System.IdentityModel.Protocols.WSTrust.ProtectedKey
Public Sub New (secret As Byte(), wrappingCredentials As EncryptingCredentials)
パラメーター
- wrappingCredentials
- EncryptingCredentials
キー マテリアルを暗号化するために使用される資格情報を格納する EncryptingCredentials。
注釈
このコンストラクターを使用して、暗号化されたキー マテリアルを送信します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET