SecurityTokenHandlerCollection.CanReadKeyIdentifierClause(XmlReader) Método

Definição

Retorna um valor que indica se a cláusula do identificador de chave especificado pode ser lido por um dos manipuladores nesta coleção ou pelo WSSecurityTokenSerializer base.Returns a value that indicates whether the specified key identifier clause can be read by one of the handlers in this collection or by the base WSSecurityTokenSerializer.

public:
 bool CanReadKeyIdentifierClause(System::Xml::XmlReader ^ reader);
public bool CanReadKeyIdentifierClause (System.Xml.XmlReader reader);
member this.CanReadKeyIdentifierClause : System.Xml.XmlReader -> bool
Public Function CanReadKeyIdentifierClause (reader As XmlReader) As Boolean

Parâmetros

reader
XmlReader

Um leitor de XML posicionado no elemento inicial.An XML reader positioned at the start element. O leitor não deve ser avançado.The reader should not be advanced.

Retornos

Boolean

true se a cláusula do identificador de chave puder ser lida; caso contrário, false.true if the key identifier clause can be read; otherwise false.

Aplica-se a