 | AuthenticationContextParent Property |
Get the parent context
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic AuthenticationContext Parent { get; }Public ReadOnly Property Parent As AuthenticationContext
Get
public:
property AuthenticationContext^ Parent {
AuthenticationContext^ get ();
}member Parent : AuthenticationContext with get
Property Value
AuthenticationContext
See Also