SamlAssertionKeyIdentifierClause.Matches 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判定指定的金鑰識別碼是否與目前的執行個體相同。
多載
Matches(SecurityKeyIdentifierClause) |
判定指定的金鑰識別碼是否與目前的執行個體相同。 |
Matches(String) |
判定指定的 SAML 判斷提示識別碼是否與目前的執行個體相同。 |
Matches(String, SecurityKeyIdentifierClause) |
Matches(SecurityKeyIdentifierClause)
判定指定的金鑰識別碼是否與目前的執行個體相同。
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
參數
- keyIdentifierClause
- SecurityKeyIdentifierClause
傳回
當指定的金鑰識別碼與目前的執行個體相同時,則為 true
,否則為 false
。
備註
當下列其中一項為 Matches 時,這個 true
多載會傳回 true
的值:
AssertionId 參數的
keyIdentifierClause
屬性值相同於目前執行個體的 AssertionId 屬性值。keyIdentifierClause
參數與這個執行個體是相同的執行個體。
適用於
Matches(String)
判定指定的 SAML 判斷提示識別碼是否與目前的執行個體相同。
public:
bool Matches(System::String ^ assertionId);
public bool Matches (string assertionId);
override this.Matches : string -> bool
Public Function Matches (assertionId As String) As Boolean
參數
- assertionId
- String
要比較的 SAML 判斷提示識別碼。
傳回
當 assertionId
的值相同於目前執行個體的 AssertionId 屬性時,則為 true
,否則為 false
。
備註
比較會區分大小寫。
適用於
Matches(String, SecurityKeyIdentifierClause)
public:
static bool Matches(System::String ^ assertionId, System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public static bool Matches (string assertionId, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
static member Matches : string * System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Shared Function Matches (assertionId As String, keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
參數
- assertionId
- String
- keyIdentifierClause
- SecurityKeyIdentifierClause