TrustedUserHeader.UserToken Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the user token associated with the header.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property UserToken As Byte()
Get
Set
'Usage
Dim instance As TrustedUserHeader
Dim value As Byte()
value = instance.UserToken
instance.UserToken = value
public byte[] UserToken { get; set; }
public:
property array<unsigned char>^ UserToken {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member UserToken : byte[] with get, set
function get UserToken () : byte[]
function set UserToken (value : byte[])
Property Value
Type: array<System.Byte[]
The user token.