Gets or sets the certificate at the specified position.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Default Property Item ( _ i As Integer _ ) As Certificate Get Set |
C# |
---|
public Certificate this[ int i ] { get; set; } |
Parameters
- i
- Type: System..::..Int32
Field Value
The certificate at the specified positionRemarks
The certificate at the specified position.