The members of Security.SecTrust are listed below.
See Also: Inherited members from System.Object
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Create a new instance based on the certificate, to be evaluated, and a policy, to be applied. | ||
| Create a new instance based on the certificate, to be evaluated, and a policy, to be applied | ||
| Create a new instance based on the certificate, to be evaluated, and a policy, to be applied. | ||
| Create a new instance based on the certificate, to be evaluated, and a policy, to be applied. |
| [read-only] | Count | int. Return the number of certificates used for evaluation. |
| [read-only] | Handle | IntPtr. Handle (pointer) to the unmanaged object representation. |
| [read-only] default property | Item(nint) | SecCertificate. Get one of the certificate used to evaluate the trust. |
| NetworkFetchAllowed | bool. Documentation for this section has not yet been entered. |
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. | ||