 | AuthenticatedEventArgsPrincipal Property |
Gets or sets the principal.
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IPrincipal Principal { get; set; }Public Property Principal As IPrincipal
Get
Set
public:
property IPrincipal^ Principal {
IPrincipal^ get ();
void set (IPrincipal^ value);
}member Principal : IPrincipal with get, set
Property Value
IPrincipalThe principal.
See Also