SecurityTokenVersion Classe

Definição

Representa as especificações como as WS-*, em que tokens de segurança são definidos.Represents the specifications, such as the WS-*specifications, that security tokens are defined in.

public ref class SecurityTokenVersion abstract
public abstract class SecurityTokenVersion
type SecurityTokenVersion = class
Public MustInherit Class SecurityTokenVersion
Herança
SecurityTokenVersion

Comentários

Use a SecurityTokenVersion classe para determinar qual versão das especificações WS-* os tokens de segurança confirmam em uma mensagem SOAP.Use the SecurityTokenVersion class to determine which version of the WS-* specifications that security tokens confirm to in a SOAP message.

Use o CreateSecurityTokenSerializer(SecurityTokenVersion) método para criar um SecurityTokenSerializer que seja capaz de serializar e desserializar tokens de segurança de acordo com o conjunto de especificações associadas a uma classe derivada da SecurityTokenVersion classe.Use the CreateSecurityTokenSerializer(SecurityTokenVersion) method to create a SecurityTokenSerializer that is capable of serializing and deserializing security tokens according to the set of specifications that are associated with a class deriving from the SecurityTokenVersion class.

Construtores

SecurityTokenVersion()

Inicializa uma nova instância da classe SecurityTokenVersion.Initializes a new instance of the SecurityTokenVersion class.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetSecuritySpecifications()

Obtém a coleção de especificações de segurança compatíveis.Gets the collection of supported security specifications.

GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a

Confira também