LocalIdKeyIdentifierClause コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。
オーバーロード
LocalIdKeyIdentifierClause(String) |
指定した識別子と型の配列を使用して、LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
LocalIdKeyIdentifierClause(String, Type) |
指定した識別子と所有者のセキュリティ トークンの種類を使用して、LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
LocalIdKeyIdentifierClause(String, Byte[], Int32, Type) |
指定した識別子、nonce、派生キーの長さ、および所有者のセキュリティ トークンの種類を使用して、LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
LocalIdKeyIdentifierClause(String)
指定した識別子と型の配列を使用して、LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
LocalIdKeyIdentifierClause(System::String ^ localId);
public LocalIdKeyIdentifierClause (string localId);
new System.IdentityModel.Tokens.LocalIdKeyIdentifierClause : string -> System.IdentityModel.Tokens.LocalIdKeyIdentifierClause
Public Sub New (localId As String)
パラメーター
例外
localId
が null
です。
localId
が空です。
適用対象
LocalIdKeyIdentifierClause(String, Type)
指定した識別子と所有者のセキュリティ トークンの種類を使用して、LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
LocalIdKeyIdentifierClause(System::String ^ localId, Type ^ ownerType);
public LocalIdKeyIdentifierClause (string localId, Type ownerType);
new System.IdentityModel.Tokens.LocalIdKeyIdentifierClause : string * Type -> System.IdentityModel.Tokens.LocalIdKeyIdentifierClause
Public Sub New (localId As String, ownerType As Type)
パラメーター
例外
localId
が null
です。
localId
が空です。
適用対象
LocalIdKeyIdentifierClause(String, Byte[], Int32, Type)
指定した識別子、nonce、派生キーの長さ、および所有者のセキュリティ トークンの種類を使用して、LocalIdKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
LocalIdKeyIdentifierClause(System::String ^ localId, cli::array <System::Byte> ^ derivationNonce, int derivationLength, Type ^ ownerType);
public LocalIdKeyIdentifierClause (string localId, byte[] derivationNonce, int derivationLength, Type ownerType);
new System.IdentityModel.Tokens.LocalIdKeyIdentifierClause : string * byte[] * int * Type -> System.IdentityModel.Tokens.LocalIdKeyIdentifierClause
Public Sub New (localId As String, derivationNonce As Byte(), derivationLength As Integer, ownerType As Type)
パラメーター
- derivationNonce
- Byte[]
派生キーの作成に使用された nonce を格納する Byte の配列。 GetDerivationNonce() メソッドから返される値を設定します。
- derivationLength
- Int32
派生キーのサイズ。 DerivationLength プロパティの値を設定します。
例外
localId
が null
です。
localId
が空です。
注釈
Windows Communication Foundation (WCF) では、暗黙的な派生キー識別子の作成はサポートされていません。 ただし、WCF は、暗黙的な派生キー識別子を持つ受信 SOAP メッセージを処理して使用します。
適用対象
.NET