DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / DicomWebClient Class / CertFile Property






In This Topic
    CertFile Property
    In This Topic
    Client certificate file
    Syntax
    'Declaration
     
    
    Public Property CertFile As System.String
    'Usage
     
    
    Dim instance As DicomWebClient
    Dim value As System.String
     
    instance.CertFile = value
     
    value = instance.CertFile
    public System.string CertFile {get; set;}
    public read-write property CertFile: System.String; 
    public function get,set CertFile : System.String
    public: __property System.string* get_CertFile();
    public: __property void set_CertFile( 
       System.string* value
    );
    public:
    property System.String^ CertFile {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also