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
securityToken
Type: System.IdentityModel.Tokens.SecurityTokenThe security token that was issued.
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