| CredentialsPrincipal Property |
Gets the principal represented by this credential
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public virtual IPrincipal Principal { get; }
Public Overridable ReadOnly Property Principal As IPrincipal
Get
public:
virtual property IPrincipal^ Principal {
IPrincipal^ get ();
}
abstract Principal : IPrincipal with get
override Principal : IPrincipal with get
Property Value
Type:
IPrincipalThe principal.
See Also