MonoMac.Security.SecTrust: Method Members

The methods of MonoMac.Security.SecTrust are listed below. For a list of all members, see the SecTrust Members list.

See Also: Inherited members from System.Object

Public Methods

Dispose()
Releases the resourced used by the SecTrust object.
Evaluate() : SecTrustResult
Evaluate the trust of the certificate using the policy.
Finalize()
Finalizer for the SecTrust object
GetExceptions() : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
GetPublicKey() : SecKey
Get the public key of the evaluated certificate.
static
GetTypeID() : int
Documentation for this section has not yet been entered.
GetVerifyTime() : double
Get the verification time.
SetAnchorCertificates(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) : SecStatusCode
Provide your own collection of trusted certificate for the evaluation.
SetAnchorCertificates(System.Security.Cryptography.X509Certificates.X509CertificateCollection) : SecStatusCode
Provide your own collection of trusted certificate for the evaluation.
SetAnchorCertificatesOnly(bool) : SecStatusCode
Specify if only the supplied anchor certificates should be used.
SetExceptions(MonoMac.Foundation.NSData) : bool
Documentation for this section has not yet been entered.
SetVerifyDate(DateTime) : SecStatusCode
Set the date at which the trust is to be evaluated.

Protected Methods

Dispose(bool)
Releases the resourced used by the SecTrust object.