X509DataSecurityKeyIdentifierClauseSerializer Classe
Definição
Representa um SecurityKeyIdentifierClauseSerializer que pode processar tipos de referência de certificado X.509.Represents a SecurityKeyIdentifierClauseSerializer that can process X.509 certificate reference types.
public ref class X509DataSecurityKeyIdentifierClauseSerializer : System::IdentityModel::Tokens::SecurityKeyIdentifierClauseSerializer
public class X509DataSecurityKeyIdentifierClauseSerializer : System.IdentityModel.Tokens.SecurityKeyIdentifierClauseSerializer
type X509DataSecurityKeyIdentifierClauseSerializer = class
inherit SecurityKeyIdentifierClauseSerializer
Public Class X509DataSecurityKeyIdentifierClauseSerializer
Inherits SecurityKeyIdentifierClauseSerializer
- Herança
Construtores
| X509DataSecurityKeyIdentifierClauseSerializer() |
Inicializa uma nova instância da classe X509DataSecurityKeyIdentifierClauseSerializer.Initializes a new instance of the X509DataSecurityKeyIdentifierClauseSerializer class. |
Métodos
| CanReadKeyIdentifierClause(XmlReader) |
Retorna um valor que indica se o leitor especificado está posicionado em um elemento |
| CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause) |
Retorna um valor que indica se a cláusula do identificador de chave especificada pode ser serializada por este manipulador.Returns a value that indicates whether the specified key identifier clause can be serialized by this handler. |
| 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) |
| ReadKeyIdentifierClause(XmlReader) |
Desserializa uma cláusula do identificador de chave do XML usando o leitor de XML especificado.Deserializes a key identifier clause from XML by using the specified XML reader. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause) |
Serializa a cláusula do identificador de chave especificada.Serializes the specified key identifier clause. |