The methods of Security.SecTrust are listed below. For a list of all members, see the SecTrust Members list.
See Also: Inherited members from System.Object
Dispose()Releases the resources used by the SecTrust object. | ||
Evaluate()Evaluate the trust of the certificate using the policy. | ||
Finalize()Finalizer for the SecTrust object | ||
GetCustomAnchorCertificates()Documentation for this section has not yet been entered. | ||
GetExceptions()Documentation for this section has not yet been entered. | ||
GetPolicies()Documentation for this section has not yet been entered. | ||
GetPublicKey()Get the public key of the evaluated certificate. | ||
GetResult()Documentation for this section has not yet been entered. | ||
GetTrustResult()Documentation for this section has not yet been entered. | ||
static | GetTypeID()Type identifier for the Security.SecTrust type. | |
GetVerifyTime()Get the verification time. | ||
SetAnchorCertificates(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)Provide your own collection of trusted certificate for the evaluation. | ||
SetAnchorCertificates(System.Security.Cryptography.X509Certificates.X509CertificateCollection)Provide your own collection of trusted certificate for the evaluation. | ||
SetAnchorCertificatesOnly(bool)Specify if only the supplied anchor certificates should be used. | ||
SetExceptions(Foundation.NSData)Documentation for this section has not yet been entered. | ||
SetOCSPResponse(Foundation.NSArray)Documentation for this section has not yet been entered. | ||
SetOCSPResponse(Foundation.NSData)Documentation for this section has not yet been entered. | ||
SetOCSPResponse(IEnumerable<Foundation.NSData>)Documentation for this section has not yet been entered. | ||
SetPolicies(Foundation.NSArray)Documentation for this section has not yet been entered. | ||
SetPolicies(IEnumerable<SecPolicy>)Documentation for this section has not yet been entered. | ||
SetPolicy(SecPolicy)Documentation for this section has not yet been entered. | ||
SetVerifyDate(DateTime)Set the date at which the trust is to be evaluated. | ||