| AuthenticationContextCurrent Property |
Gets or sets the current context
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public static AuthenticationContext Current { get; }
Public Shared ReadOnly Property Current As AuthenticationContext
Get
public:
static property AuthenticationContext^ Current {
AuthenticationContext^ get ();
}
static member Current : AuthenticationContext with get
Property Value
Type:
AuthenticationContextSee Also