 | AuthenticationContextCurrent Property |
Gets or sets the current context
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
AuthenticationContext
See Also