'Declaration
Protected Property InstanceCertificateChain As X509Certificate2Collection
'Usage
Dim instance As ServerBase Dim value As X509Certificate2Collection instance.InstanceCertificateChain = value value = instance.InstanceCertificateChain
protected X509Certificate2Collection InstanceCertificateChain {get; set;}
protected: property X509Certificate2Collection^ InstanceCertificateChain { X509Certificate2Collection^ get(); void set ( X509Certificate2Collection^ value); }