CertificateChain.Item Property
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9313)
Item[Int32]
Gets or sets the certificate at the specified position.
Declaration
public Certificate this[int i] { get; set; }Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | i | 
Property Value
| Type | Description | 
|---|---|
| Certificate | The certificate at the specified position | 
Remarks
The certificate at the specified position.