Click or drag to resize

SecurityExtensions Methods

The SecurityExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetFirstClaimValue(IClaimsIdentity, String) Gets the first claim value out of an IClaimsIdentity searching in the order of claim types provided in the claimTypes parameters.
Public Extension MethodGetFirstClaimValue(IClaimsPrincipal, String) Gets the first value of a matching claim type from an IClaimsPrincipal searching in the order specified in the parameters.
Public Extension MethodGetGrantedPolicies Gets the granted policies from the specified claims principal
Public Extension MethodHasTrustedRootCert 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 Extension MethodIsTrustedIntern Returns true if the certificate me is trusted by a SanteSuite certificate
Public Extension MethodToPolicyInstance Convert an IPolicy to a policy instance
Top
See Also