Click or drag to resize

SecurityExtensions Methods

The SecurityExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsDateTime
As date time
Public methodStatic memberGetFirstClaimValue(IClaimsIdentity, String)
Gets the first claim value out of an IClaimsIdentity searching in the order of claim types provided in the claimTypes parameters.
Public methodStatic memberGetFirstClaimValue(IClaimsPrincipal, String)
Gets the first value of a matching claim type from an IClaimsPrincipal searching in the order specified in the parameters.
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