WSTrustSerializationContext.SecurityTokenHandlerCollectionManager Propriedade
Definição
Obtém o SecurityTokenHandlerCollectionManager que contém o conjunto de objetos SecurityTokenHandler usados para serializar e validar os tokens encontrados em mensagens WS-Trust.Gets the SecurityTokenHandlerCollectionManager that contains the set of SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages.
public:
property System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ SecurityTokenHandlerCollectionManager { System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ value); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager SecurityTokenHandlerCollectionManager { get; set; }
member this.SecurityTokenHandlerCollectionManager : System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager with get, set
Public Property SecurityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager
Valor da propriedade
Um objeto SecurityTokenHandlerCollectionManager.A SecurityTokenHandlerCollectionManager object.