 | OAuthClaimsPrincipalNeedsRenewal Property |
Gets whether the principal needs to be renewed
Namespace: SanteDB.Client.OAuthAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool NeedsRenewal { get; }Public ReadOnly Property NeedsRenewal As Boolean
Get
public:
property bool NeedsRenewal {
bool get ();
}member NeedsRenewal : bool with get
Property Value
Boolean
See Also