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[]
Byte 陣列,這個陣列包含用來建立衍生金鑰的 Nonce。 設定 GetDerivationNonce() 方法所傳回的值。
- derivationLength
- Int32
衍生金鑰的大小。 設定 DerivationLength 屬性的值。
例外狀況
localId
為 null
。
localId
是空的。
備註
Windows Communication Foundation (WCF) 不支援建立隱含衍生密鑰標識符。 不過,WCF 會處理並取用含有隱含衍生密鑰標識碼的傳入 SOAP 訊息。