Click or drag to resize

SecurityExtensions Class

Security extensions used for
Inheritance Hierarchy
SystemObject
  SanteDB.Core.SecuritySecurityExtensions

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public static class SecurityExtensions

The SecurityExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsDateTime
As date time
Public methodStatic memberGetGrantedPolicies
Gets the granted policies from the specified claims principal
Public methodStatic memberHasTrustedRootCert
Returns true if the certificate is not trusted by the operating system but is trusted by an internal store
Public methodStatic memberInstallCertsForChain
Install certificates for chain - this happens in the local user context
Public methodStatic memberIsTrustedIntern
Returns true if the certificate me is trusted by a SanteSuite certificate
Public methodStatic memberToPolicyInstance
Convert an IPolicy to a policy instance
Top
See Also