'DeclarationProtected Property InstanceCertificateChain As X509Certificate2Collection
'UsageDim 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); }