ValidatingIssuerNameRegistry.CreateIssuingAuthority Method
A factory method that is called from LoadAuthority to enable the use of a custom [IssuingAuthority].
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.ValidatingIssuerNameRegistry (in System.IdentityModel.Tokens.ValidatingIssuerNameRegistry.dll)
Syntax
'Declaration
Protected Overridable Function CreateIssuingAuthority ( _
name As String _
) As IssuingAuthority
protected virtual IssuingAuthority CreateIssuingAuthority(
string name
)
protected:
virtual IssuingAuthority^ CreateIssuingAuthority(
String^ name
)
abstract CreateIssuingAuthority :
name:string -> IssuingAuthority
override CreateIssuingAuthority :
name:string -> IssuingAuthority
protected function CreateIssuingAuthority(
name : String
) : IssuingAuthority
Parameters
name
Type: System.StringThe string passed to the constructor of IssuingAuthority.
Return Value
Type: System.IdentityModel.Tokens.IssuingAuthority
Returns a type derived from [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.