Partager via


Propriété IUserContext.Token

Gets the value that specifies the security token.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property Token As Object 
    Get
'Utilisation
Dim instance As IUserContext 
Dim value As Object 

value = instance.Token
Object Token { get; }
property Object^ Token {
    Object^ get ();
}
abstract Token : Object
function get Token () : Object

Valeur de propriété

Type : System.Object
A value that specifies the security token.

Notes

If Reporting Services is configured to use Windows Authentication, this property returns a Windows security token. If Reporting Services is configured to use SharePoint authentication, the property returns the SharePoint security token, IntPtr.Zero.

Voir aussi

Référence

IUserContext Interface

Espace de noms Microsoft.ReportingServices.Interfaces