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

Return Value

Type: System.IdentityModel.Tokens.IssuingAuthority
Returns a type derived from [IssuingAuthority].

.NET Framework Security

See Also

Reference

ValidatingIssuerNameRegistry Class

System.IdentityModel.Tokens Namespace