Saml2SecurityTokenHandler.ReadEncryptedId(XmlReader) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lê o elemento <saml:EncryptedId>.
protected:
virtual System::IdentityModel::Tokens::Saml2NameIdentifier ^ ReadEncryptedId(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2NameIdentifier ReadEncryptedId (System.Xml.XmlReader reader);
abstract member ReadEncryptedId : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
override this.ReadEncryptedId : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
Protected Overridable Function ReadEncryptedId (reader As XmlReader) As Saml2NameIdentifier
Parâmetros
Retornos
Um Saml2NameIdentifier que representa o elemento EncryptedId que foi lido.
Exceções
reader
é null
.
reader
não está posicionado em um elemento EncryptedID.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.