This topic has not yet been rated - Rate this topic

Claim.Issuer Property

.NET Framework 4.5

Gets the issuer of the claim.

Namespace:  System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)
'Declaration
Public ReadOnly Property Issuer As String

Property Value

Type: System.String
A name that refers to the issuer of the claim.

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.

.NET Framework

Supported in: 4.5

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.