SecurityContextKeyIdentifierClause コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。
オーバーロード
SecurityContextKeyIdentifierClause(UniqueId) |
指定したコンテキスト識別子を使用して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
SecurityContextKeyIdentifierClause(UniqueId, UniqueId) |
指定したコンテキスト識別子とジェネレーションを使用して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32) |
値を指定して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
SecurityContextKeyIdentifierClause(UniqueId)
指定したコンテキスト識別子を使用して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
SecurityContextKeyIdentifierClause(System::Xml::UniqueId ^ contextId);
public SecurityContextKeyIdentifierClause (System.Xml.UniqueId contextId);
new System.ServiceModel.Security.SecurityContextKeyIdentifierClause : System.Xml.UniqueId -> System.ServiceModel.Security.SecurityContextKeyIdentifierClause
Public Sub New (contextId As UniqueId)
パラメーター
- contextId
- UniqueId
セキュリティ コンテキストの一意の ID。
注釈
contextId
パラメーターの詳細については、ContextId を参照してください。
適用対象
SecurityContextKeyIdentifierClause(UniqueId, UniqueId)
指定したコンテキスト識別子とジェネレーションを使用して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
SecurityContextKeyIdentifierClause(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation);
public SecurityContextKeyIdentifierClause (System.Xml.UniqueId contextId, System.Xml.UniqueId generation);
new System.ServiceModel.Security.SecurityContextKeyIdentifierClause : System.Xml.UniqueId * System.Xml.UniqueId -> System.ServiceModel.Security.SecurityContextKeyIdentifierClause
Public Sub New (contextId As UniqueId, generation As UniqueId)
パラメーター
注釈
contextId
パラメーターの詳細については、ContextId を参照してください。
generation
パラメーターの詳細については、KeyGeneration を参照してください。
適用対象
SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32)
値を指定して、SecurityContextKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
SecurityContextKeyIdentifierClause(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public SecurityContextKeyIdentifierClause (System.Xml.UniqueId contextId, System.Xml.UniqueId generation, byte[] derivationNonce, int derivationLength);
new System.ServiceModel.Security.SecurityContextKeyIdentifierClause : System.Xml.UniqueId * System.Xml.UniqueId * byte[] * int -> System.ServiceModel.Security.SecurityContextKeyIdentifierClause
Public Sub New (contextId As UniqueId, generation As UniqueId, derivationNonce As Byte(), derivationLength As Integer)
パラメーター
- contextId
- UniqueId
識別句のコンテキスト ID パート。
- generation
- UniqueId
識別子句の生成パート。
- derivationNonce
- Byte[]
トークンを派生させるために使用される nonce ("number used once")。
- derivationLength
- Int32
派生させるキーの長さ。
注釈
derivationNonce
および derivationLength
は、暗黙的な派生キーに使用されます。 これは、送信側のみでサポートされます。
適用対象
.NET