SspiSecurityTokenParameters Classe

Definição

Representa os parâmetros para um token de segurança SSPI obtido durante o protocolo SPNEGO de nível SOAP com o servidor.Represents the parameters for an SSPI security token that is obtained during the SOAP-level SPNEGO protocol with the server.

public ref class SspiSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class SspiSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type SspiSecurityTokenParameters = class
    inherit SecurityTokenParameters
Public Class SspiSecurityTokenParameters
Inherits SecurityTokenParameters
Herança
SspiSecurityTokenParameters

Comentários

Essa classe é uma coleção de métodos e propriedades de token e é usada na criação de elementos e tokens de associação de segurança.This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.

Construtores

SspiSecurityTokenParameters()

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

SspiSecurityTokenParameters(Boolean)

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

SspiSecurityTokenParameters(SspiSecurityTokenParameters)

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

Propriedades

HasAsymmetricKey

Obtém um valor que indica se o token tem uma chave assimétrica.Gets a value that indicates whether the token has an asymmetric key.

InclusionMode

Obtém ou define os requisitos para inclusão de tokens.Gets or sets the token inclusion requirements.

(Herdado de SecurityTokenParameters)
ReferenceStyle

Obtém ou define o estilo de referência de token.Gets or sets the token reference style.

(Herdado de SecurityTokenParameters)
RequireCancellation

Obtém ou define um valor que indica se o token requer cancelamento.Gets or sets a value that indicates whether the token requires cancellation.

RequireDerivedKeys

Obtém ou define um valor que indica se chaves podem ser derivadas das chaves de prova originais.Gets or sets a value that indicates whether keys can be derived from the original proof keys.

(Herdado de SecurityTokenParameters)
SupportsClientAuthentication

Quando implementada, obtém um valor que indica se o token é compatível com a autenticação de cliente.When implemented, gets a value that indicates whether the token supports client authentication.

SupportsClientWindowsIdentity

Quando implementada, obtém um valor que indica se o token é compatível com uma identidade do Windows para autenticação.When implemented, gets a value that indicates whether the token supports a Windows identity for authentication.

SupportsServerAuthentication

Quando implementada, obtém um valor que indica se o token é compatível com a autenticação de servidor.When implemented, gets a value that indicates whether the token supports server authentication.

Métodos

Clone()

Clona outra instância desta instância da classe.Clones another instance of this instance of the class.

(Herdado de SecurityTokenParameters)
CloneCore()

Clona outra instância desta instância da classe.Clones another instance of this instance of the class.

CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle)

Cria uma cláusula de identificador de chave para um token.Creates a key identifier clause for a token.

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)
GetType()

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

(Herdado de Object)
InitializeSecurityTokenRequirement(SecurityTokenRequirement)

Inicializa um requisito de token de segurança.Initializes a security token requirement.

MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle)

Indica se um token corresponde a uma cláusula de identificador de chave.Indicates whether a token matches a key identifier clause.

(Herdado de SecurityTokenParameters)
MemberwiseClone()

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

(Herdado de Object)
ToString()

Exibe uma representação de texto desta instância da classe.Displays a text representation of this instance of the class.

Aplica-se a