SecTrust.Item[nint] Property
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.
Get one of the certificate used to evaluate the trust.
public Security.SecCertificate this[nint index] { get; }
member this.Item(nint) : Security.SecCertificate
Parameters
- index
- System.System.IntPtr System.nativeint
Index of the certificate to retrieve.
Property Value
The specified SecCertificate instance.
Remarks
There can be more and different certificates than the one provided to the constructor.