ZebraCertificateInfoCaCertificates Property 
             | 
          
        
         
            Contains the Certificate Authority certificate chain, if set.
            
 
    Namespace: 
   Zebra.Sdk.Certificate
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic List<string> CaCertificates { get; }Public ReadOnly Property CaCertificates As List(Of String)
	Get
public:
property List<String^>^ CaCertificates {
	List<String^>^ get ();
}Property Value
Type: 
ListString
See Also