RSTRResult.SecurityToken Property

 

Gets or sets the security token.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public byte[] SecurityToken { get; set; }
public:
property array<unsigned char>^ SecurityToken {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
member SecurityToken : byte[] with get, set
Public Property SecurityToken As Byte()

Property Value

Type: System.Byte[]

The security token.

See Also

RSTRResult Class
System.Web.Security.SingleSignOn Namespace

Return to top