 | OAuthRequestContextBaseAuthenticationContext Property |
Gets or sets the authentication context at the time the handler is processing a request.
Namespace: SanteDB.Rest.OAuth.ModelAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic AuthenticationContext AuthenticationContext { get; set; }Public Property AuthenticationContext As AuthenticationContext
Get
Set
public:
property AuthenticationContext^ AuthenticationContext {
AuthenticationContext^ get ();
void set (AuthenticationContext^ value);
}member AuthenticationContext : AuthenticationContext with get, set
Property Value
AuthenticationContext
See Also