SecurityTokenHandlerCollection.CanWriteToken(SecurityToken) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示指定的權杖是否可被此集合中的其中一個處理常式序列化。
public:
bool CanWriteToken(System::IdentityModel::Tokens::SecurityToken ^ token);
public bool CanWriteToken (System.IdentityModel.Tokens.SecurityToken token);
member this.CanWriteToken : System.IdentityModel.Tokens.SecurityToken -> bool
Public Function CanWriteToken (token As SecurityToken) As Boolean
參數
- token
- SecurityToken
要序列化的安全性權杖。
傳回
如果權杖可被其中一個處理常式序列化,則為 true
,否則為 false
。