Saml2SecurityTokenHandler.ReadSigningKeyInfo Método

Definición

Deserializa el objeto KeyInfo de firma de SAML.

protected:
 virtual System::IdentityModel::Tokens::SecurityKeyIdentifier ^ ReadSigningKeyInfo(System::Xml::XmlReader ^ reader, System::IdentityModel::Tokens::Saml2Assertion ^ assertion);
protected virtual System.IdentityModel.Tokens.SecurityKeyIdentifier ReadSigningKeyInfo (System.Xml.XmlReader reader, System.IdentityModel.Tokens.Saml2Assertion assertion);
abstract member ReadSigningKeyInfo : System.Xml.XmlReader * System.IdentityModel.Tokens.Saml2Assertion -> System.IdentityModel.Tokens.SecurityKeyIdentifier
override this.ReadSigningKeyInfo : System.Xml.XmlReader * System.IdentityModel.Tokens.Saml2Assertion -> System.IdentityModel.Tokens.SecurityKeyIdentifier
Protected Overridable Function ReadSigningKeyInfo (reader As XmlReader, assertion As Saml2Assertion) As SecurityKeyIdentifier

Parámetros

reader
XmlReader

Un XmlReader que se puede colocar en un elemento ds:KeyInfo.

assertion
Saml2Assertion

La aserción de la que se comprueba la signatura.

Devoluciones

SecurityKeyIdentifier que representa la clave que se usará para comprobar la signatura.

Excepciones

reader es null.

Se aplica a