Saml2SubjectConfirmation Classe
Definição
Representa o elemento SubjectConfirmation especificado em [Saml2Core, 2.4.1.1].Represents the SubjectConfirmation element specified in [Saml2Core, 2.4.1.1].
public ref class Saml2SubjectConfirmation
public class Saml2SubjectConfirmation
type Saml2SubjectConfirmation = class
Public Class Saml2SubjectConfirmation
- Herança
-
Saml2SubjectConfirmation
Comentários
Para obter mais informações sobre o elemento que essa classe representa, consulte a especificação principal do SAML V 2.0.For more information about the element that this class represents, see the SAML V2.0 Core specification.
Construtores
| Saml2SubjectConfirmation(Uri) |
Inicializa uma nova instância da classe Saml2SubjectConfirmation com o método de confirmação especificado.Initializes a new instance of the Saml2SubjectConfirmation class with the specified confirmation method. |
| Saml2SubjectConfirmation(Uri, Saml2SubjectConfirmationData) |
Inicializa uma nova instância da classe Saml2SubjectConfirmation com o método de confirmação especificado e as informações de confirmação adicionais.Initializes a new instance of the Saml2SubjectConfirmation class with the specified confirmation method and additional confirmation information. |
Propriedades
| Method |
Obtém ou define uma referência URI que identifica um protocolo ou mecanismo a ser usado para confirmar a entidade.Gets or sets a URI reference that identifies a protocol or mechanism to be used to confirm the subject. [Saml2Core, 2.4.1.1][Saml2Core, 2.4.1.1] |
| NameIdentifier |
Obtém ou define o identificador da entidade deve satisfazer os requisitos de confirmação da entidade delimitadora.Gets or sets the identifier for the entity expected to satisfy the enclosing subject confirmation requirements. [Saml2Core, 2.4.1.1][Saml2Core, 2.4.1.1] |
| SubjectConfirmationData |
Obtém ou define informações de confirmação adicionais a serem usadas por um método de confirmação específico.Gets or sets additional confirmation information to be used by a specific confirmation method. [Saml2Core, 2.4.1.1][Saml2Core, 2.4.1.1] |
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) |