 | RestRequestCredentialsPrincipal Property |
Gets the principal represented by this credential
Namespace: SanteDB.Core.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
IPrincipalThe principal.
See Also