RemoteAuthenticationResult<TRemoteAuthenticationState>.State Property

Definition

Gets or sets the preserved state of a successful authentication operation.

public:
 property TRemoteAuthenticationState State { TRemoteAuthenticationState get(); void set(TRemoteAuthenticationState value); };
public TRemoteAuthenticationState State { get; set; }
public TRemoteAuthenticationState? State { get; set; }
member this.State : 'RemoteAuthenticationState with get, set
Public Property State As TRemoteAuthenticationState

Property Value

TRemoteAuthenticationState

Applies to