SecTrust Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A trust level. A trust object combines a certificate with a policy or policies.
public class SecTrust : IDisposable, ObjCRuntime.INativeObject
type SecTrust = class
interface INativeObject
interface IDisposable
- Inheritance
-
SecTrust
- Implements
Constructors
SecTrust(IntPtr) | |
SecTrust(SecCertificate, SecPolicy) | |
SecTrust(X509Certificate, SecPolicy) |
Create a new instance based on the certificate, to be evaluated, and a policy, to be applied. |
SecTrust(X509Certificate2, SecPolicy) |
Create a new instance based on the certificate, to be evaluated, and a policy, to be applied |
SecTrust(X509Certificate2Collection, SecPolicy) |
Create a new instance based on the certificate, to be evaluated, and a policy, to be applied. |
SecTrust(X509CertificateCollection, SecPolicy) |
Create a new instance based on the certificate, to be evaluated, and a policy, to be applied. |
Properties
Count |
Return the number of certificates used for evaluation. |
Handle |
Handle (pointer) to the unmanaged object representation. |
Item[nint] |
Get one of the certificate used to evaluate the trust. |
NetworkFetchAllowed |