Saml2SecurityTokenHandler.ReadEncryptedId(XmlReader) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Lee el 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
Devoluciones
Saml2NameIdentifier que representa el elemento EncryptedId leído.
Excepciones
reader es null.
reader no está situado en un elemento EncryptedID.