 | PasswordExpiredExceptionPrincipal Property |
Gets an authenticated principal which is allowed to reset its password
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IPrincipal Principal { get; }Public ReadOnly Property Principal As IPrincipal
Get
public:
property IPrincipal^ Principal {
IPrincipal^ get ();
}member Principal : IPrincipal with get
Property Value
IPrincipal
See Also