ValidatingIssuerNameRegistry.LoadAuthority Method
Parses the input and creates an IssuingAuthority.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.ValidatingIssuerNameRegistry (in System.IdentityModel.Tokens.ValidatingIssuerNameRegistry.dll)
Syntax
'Declaration
Protected Overridable Function LoadAuthority ( _
xmlElement As XmlElement _
) As IssuingAuthority
protected virtual IssuingAuthority LoadAuthority(
XmlElement xmlElement
)
protected:
virtual IssuingAuthority^ LoadAuthority(
XmlElement^ xmlElement
)
abstract LoadAuthority :
xmlElement:XmlElement -> IssuingAuthority
override LoadAuthority :
xmlElement:XmlElement -> IssuingAuthority
protected function LoadAuthority(
xmlElement : XmlElement
) : IssuingAuthority
Parameters
xmlElement
Type: System.Xml.XmlElementThe [XmlElement] to be parsed.
Return Value
Type: System.IdentityModel.Tokens.IssuingAuthority
Returns IssuingAuthority.
.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.