SamlAssertionKeyIdentifierClause 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SamlAssertionKeyIdentifierClause(String) |
使用指定的 SAML 判斷提示識別碼,初始化 SamlAssertionKeyIdentifierClause 類別的新執行個體。 |
SamlAssertionKeyIdentifierClause(String, Byte[], Int32) |
使用指定的 SAML 判斷提示識別碼、Nonce 以及金鑰長度,初始化 SamlAssertionKeyIdentifierClause 類別的新執行個體。 |
SamlAssertionKeyIdentifierClause(String)
使用指定的 SAML 判斷提示識別碼,初始化 SamlAssertionKeyIdentifierClause 類別的新執行個體。
public:
SamlAssertionKeyIdentifierClause(System::String ^ assertionId);
public SamlAssertionKeyIdentifierClause (string assertionId);
new System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause
Public Sub New (assertionId As String)
參數
- assertionId
- String
SamlAssertion 的識別碼,這個判斷提示包含有金鑰識別碼。
例外狀況
assertionId
為 null
。
備註
將 AssertionId 的 SamlAssertion 屬性傳送至這個建構函式。
適用於
SamlAssertionKeyIdentifierClause(String, Byte[], Int32)
使用指定的 SAML 判斷提示識別碼、Nonce 以及金鑰長度,初始化 SamlAssertionKeyIdentifierClause 類別的新執行個體。
public:
SamlAssertionKeyIdentifierClause(System::String ^ assertionId, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public SamlAssertionKeyIdentifierClause (string assertionId, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause
Public Sub New (assertionId As String, derivationNonce As Byte(), derivationLength As Integer)
參數
- assertionId
- String
SamlAssertion 的識別碼,這個判斷提示包含有金鑰識別碼。
- derivationLength
- Int32
衍生金鑰的大小。
例外狀況
assertionId
為 null
。
備註
將 AssertionId 的 SamlAssertion 屬性傳送至這個建構函式。
當 derivationNonce
類別序列化至傳出 SOAP 訊息中時,就會忽略 derivationLength
和 SamlAssertionKeyIdentifierClause 參數。