Share via


SPPassiveIssuerNameRegistry.GetIssuerName method (SecurityToken)

Retrieves the name of the entity that issued the specified security token.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Public Overridable Function GetIssuerName ( _
    securityToken As SecurityToken _
) As String
'Usage
Dim instance As SPPassiveIssuerNameRegistry
Dim securityToken As SecurityToken
Dim returnValue As String

returnValue = instance.GetIssuerName(securityToken)
public virtual string GetIssuerName(
    SecurityToken securityToken
)

Parameters

Return value

Type: System.String
The name of the entity.

Remarks

This override gets the name of the entity that issued the security token.

See also

Reference

SPPassiveIssuerNameRegistry class

SPPassiveIssuerNameRegistry members

GetIssuerName overload

Microsoft.SharePoint.IdentityModel namespace