Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IssuerNameRegistry::GetWindowsIssuerName Method ()

.NET Framework (current version)
 

Returns the default issuer name to be used for Windows claims.

Namespace:   System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
virtual String^ GetWindowsIssuerName()

Return Value

Type: System::String^

The default issuer name for Windows claims.

The default implementation returns DefaultIssuer.

Called from the processing pipeline by the security token handler that is processing the token. The method should return a unique name for the issuer within the context of the RP application.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft