Claim.Issuer Property

Definition

Gets the issuer of the claim.

public:
 property System::String ^ Issuer { System::String ^ get(); };
public string Issuer { get; }
member this.Issuer : string
Public ReadOnly Property Issuer As String

Property Value

A name that refers to the issuer of the claim.

Remarks

The value of the Issuer property is a name that is taken from a list of well-known issuers maintained by the issuer name registry. The issuer name registry is an instance of a class that derives from the IssuerNameRegistry class. The issuer name registry associates a mnemonic name (the issuer name) with the cryptographic material that is needed to verify signatures of tokens produced by the issuer; for example, an X.509 certificate.

Applies to

See also