CertSrvCdpAiaConfigTItem Property

Gets the element at the specified index.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public T this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element to get or set.

Property Value

T

See Also