| AuthenticationContextSystemPrincipal Property |
Get the system principal
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public static IPrincipal SystemPrincipal { get; }
Public Shared ReadOnly Property SystemPrincipal As IPrincipal
Get
public:
static property IPrincipal^ SystemPrincipal {
IPrincipal^ get ();
}
static member SystemPrincipal : IPrincipal with get
Property Value
Type:
IPrincipalSee Also