NamedKeyIssuerTokenResolver.LoadCustomConfiguration Method

Populates the SecurityKeys from xml.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public Overridable Sub LoadCustomConfiguration ( _
    nodeList As XmlNodeList _
)
public virtual void LoadCustomConfiguration(
    XmlNodeList nodeList
)
public:
virtual void LoadCustomConfiguration(
    XmlNodeList^ nodeList
)
abstract LoadCustomConfiguration : 
        nodeList:XmlNodeList -> unit  
override LoadCustomConfiguration : 
        nodeList:XmlNodeList -> unit
public function LoadCustomConfiguration(
    nodeList : XmlNodeList
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

'nodeList' is null.

Remarks

Only XmlNode(s) with LocalName == 'securityKey' will be processed. Unprocessed nodes will added to a list and can be accessed using the UnprocessedXmlNodes property.

.NET Framework Security

See Also

Reference

NamedKeyIssuerTokenResolver Class

System.IdentityModel.Tokens Namespace