X509ChainElementCollection.Item[Int32] 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.
Gets the X509ChainElement object at the specified index.
public:
property System::Security::Cryptography::X509Certificates::X509ChainElement ^ default[int] { System::Security::Cryptography::X509Certificates::X509ChainElement ^ get(int index); };
public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.X509Certificates.X509ChainElement
Default Public ReadOnly Property Item(index As Integer) As X509ChainElement
Parameters
- index
- Int32
An integer value.
Property Value
An X509ChainElement object.
Exceptions
index
is less than zero.
index
is greater than or equal to the length of the collection.
Remarks
Use this method to access an X509ChainElement object in the collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.