Saml2SecurityTokenHandler.ReadEncryptedId(XmlReader) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Legge l'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
Parametri
Restituisce
Saml2NameIdentifier che rappresenta l'elemento EncryptedId letto.
Eccezioni
reader è null.
L'oggetto reader non è posizionato in corrispondenza di un elemento EncryptedID.