Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the logon accelerator token.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public byte[] LogonAcceleratorToken { get; set; }
public:
property array<unsigned char>^ LogonAcceleratorToken {
array<unsigned char>^ get();
void set(array<unsigned char>^ value);
}
member LogonAcceleratorToken : byte[] with get, set
Public Property LogonAcceleratorToken As Byte()
Property Value
Type: System.Byte[]
The logon accelerator token.
See Also
RSTRResult Class
System.Web.Security.SingleSignOn Namespace
Return to top