SecurityExtensions Methods |
The SecurityExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AsDateTime |
As date time
| |
| GetFirstClaimValue(IClaimsIdentity, String) |
Gets the first claim value out of an IClaimsIdentity searching in the order of claim types provided in the claimTypes parameters.
| |
| GetFirstClaimValue(IClaimsPrincipal, String) |
Gets the first value of a matching claim type from an IClaimsPrincipal searching in the order specified in the parameters.
| |
| GetGrantedPolicies |
Gets the granted policies from the specified claims principal
| |
| HasTrustedRootCert |
Returns true if the certificate is not trusted by the operating system but is trusted by an internal store
| |
| InstallCertsForChain |
Install certificates for chain - this happens in the local user context
| |
| IsTrustedIntern |
Returns true if the certificate me is trusted by a SanteSuite certificate
| |
| ToPolicyInstance |
Convert an IPolicy to a policy instance
|