SecurityKeyIdentifier.Find<TClause> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋指定型別的金鑰識別碼子句並傳回整個集合中第一個項目。
public:
generic <typename TClause>
where TClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause TClause Find();
public TClause Find<TClause> () where TClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause;
member this.Find : unit -> 'Clause (requires 'Clause :> System.IdentityModel.Tokens.SecurityKeyIdentifierClause)
Public Function Find(Of TClause As SecurityKeyIdentifierClause) () As TClause
類型參數
- TClause
SecurityKeyIdentifierClause,表示要在集合中搜尋之金鑰識別碼子句的型別。
傳回
TClause
由 SecurityKeyIdentifierClause 參數指定型別的集合中第一個 TClause
。
例外狀況
TClause
為 null
。
集合未包含由 TClause
參數指定型別的金鑰識別碼子句。