IssuingAuthority Constructor
Initializes a new IssuingAuthority object.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.ValidatingIssuerNameRegistry (in System.IdentityModel.Tokens.ValidatingIssuerNameRegistry.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public IssuingAuthority(
string name
)
public:
IssuingAuthority(
String^ name
)
new :
name:string -> IssuingAuthority
public function IssuingAuthority(
name : String
)
Parameters
name
Type: System.StringThe name of the 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.