NamedKeyIssuerTokenResolver.UnprocessedXmlNodes Property
Gets the unprocessed XmlNode(s) from LoadCustomConfiguration.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)
Syntax
'Declaration
Public ReadOnly Property UnprocessedXmlNodes As IList(Of XmlNode)
public IList<XmlNode> UnprocessedXmlNodes { get; }
public:
property IList<XmlNode^>^ UnprocessedXmlNodes {
IList<XmlNode^>^ get ();
}
member UnprocessedXmlNodes : IList<XmlNode> with get
function get UnprocessedXmlNodes () : IList<XmlNode>
Property Value
Type: System.Collections.Generic.IList<XmlNode>
Returns IList<T>.
Remarks
LoadCustomConfiguration processes only XmlElement(s) that have the LocalName == 'securityKey'. Unprocessed XmlNode(s) are accessible here.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.