SPIdentityContext.ToString method
Gets a [System.String] that represents the identity context object.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPIdentityContext
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
A [String] that represents the identity context object.