SecTrust.Item[nint] Property

Definition

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.

Applies to