Share via


X509Certificate2Collection.Item Property

Gets or sets the X509Certificate2 at the specified index.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)

Syntax

public X509Certificate2 this [
         int index
] { get; set; }

Parameters

  • index

Property Value

The X509Certificate2 at the specified index.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

X509Certificate2Collection Class
X509Certificate2Collection Members
System.Security.Cryptography.X509Certificates Namespace