LocalIdKeyIdentifierClause.Matches 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的物件。
多載
Matches(SecurityKeyIdentifierClause) |
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的金鑰識別碼子句。 |
Matches(String, Type) |
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的參考和型別。 |
Matches(SecurityKeyIdentifierClause)
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的金鑰識別碼子句。
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
參數
- keyIdentifierClause
- SecurityKeyIdentifierClause
要相比較的 SecurityKeyIdentifierClause。
傳回
如果 keyIdentifierClause
的型別是 LocalIdKeyIdentifierClause,而且 LocalId 和 OwnerType 屬性值符合目前的執行個體,則為 true
,否則為 false
。 如需詳細資訊,請參閱<備註>小節。
備註
當發生下列其中一種情況時,就會出現符合 OwnerType 屬性的結果:
OwnerType 參數表示之執行個體的
keyIdentifierClause
屬性值為null
。目前執行個體的 OwnerType 屬性值為
null
。兩個執行個體的 OwnerType 屬性相同。
適用於
Matches(String, Type)
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的參考和型別。
public:
bool Matches(System::String ^ localId, Type ^ ownerType);
public bool Matches (string localId, Type ownerType);
override this.Matches : string * Type -> bool
Public Function Matches (localId As String, ownerType As Type) As Boolean
參數
- localId
- String
目前 SOAP 訊息內 XML 項目之 wsu:Id
屬性的值。
傳回
如果 localId
和 ownerType
參數符合 LocalId 和 OwnerType 屬性的值,則為 true
,否則為 false
。
備註
當發生下列其中一種情況時,就會出現符合 OwnerType 屬性的結果: