AuthenticationInformation Classe
Definição
Contém as informações de autenticação que uma autoridade declarou ao criar um token para uma entidade.Contains the authentication information that an authority asserted when creating a token for a subject.
public ref class AuthenticationInformation
public class AuthenticationInformation
type AuthenticationInformation = class
Public Class AuthenticationInformation
- Herança
-
AuthenticationInformation
Construtores
| AuthenticationInformation() |
Inicializa uma nova instância da classe AuthenticationInformation.Initializes a new instance of the AuthenticationInformation class. |
Propriedades
| Address |
Obtém ou define o endereço da autoridade que criou o token.Gets or sets the address of the authority that created the token. |
| AuthorizationContexts |
Obtém o AuthorizationContext usado pela autoridade de autenticação ao emitir tokens.Gets the AuthorizationContext used by the authenticating authority when issuing tokens. |
| DnsName |
Obtém ou define o nome DNS da autoridade que criou o token.Gets or sets the DNS name of the authority that created the token. |
| NotOnOrAfter |
Obtém ou define a hora em que a sessão referida no índice de sessão deve ser considerada encerrada.Gets or sets the time that the session referred to in the session index must be considered ended. |
| Session |
Obtém ou define o índice de sessão que descreve a sessão entre a autoridade e o cliente.Gets or sets the session index that describes the session between the authority and the client. |
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) |
| 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) |