Saml2SecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) Méthode

Définition

Charge la configuration personnalisée à partir du XML.

public:
 override void LoadCustomConfiguration(System::Xml::XmlNodeList ^ customConfigElements);
public override void LoadCustomConfiguration (System.Xml.XmlNodeList customConfigElements);
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadCustomConfiguration (customConfigElements As XmlNodeList)

Paramètres

customConfigElements
XmlNodeList

XmlNodeList qui définit les exigences spécifiques en matière d'authentification des jetons SAML.

Exceptions

customConfigElements a la valeur null.

La configuration spécifiée dans customConfigElements n'est pas valide.

S’applique à