共用方式為


WSTrustSerializationContext.SecurityTokenHandlers 屬性

定義

取得或設定 SecurityTokenHandler 物件的集合,這些物件用來序列化及驗證 WS-Trust 訊息中的安全性權杖。

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ SecurityTokenHandlers { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection SecurityTokenHandlers { get; }
member this.SecurityTokenHandlers : System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public ReadOnly Property SecurityTokenHandlers As SecurityTokenHandlerCollection

屬性值

SecurityTokenHandlerCollection 物件。

適用於