Overload List

  NameDescription
Public methodStatic memberSetup(String, X509Certificate2)
This method initializes the VC class with information such as: VC name, and client certificate. All calls using VC or Scope will use this information when communicating with Cosmos. This method can be called multiple times to change the information. the successive calls should accept https url for cert-based authentication to take effect.
Public methodStatic memberSetup(String, String, String)
This method initializes the VC class with information such as: VC name, proxy, and credentials. All calls using VC or Scope will use this information when communicating with Cosmos. This method can be called multiple times to change the information.
Public methodStatic memberSetup(String, String, String, SecureString)
This method initializes the VC class with information such as: VC name, proxy, and credentials. All calls using VC or Scope will use this information when communicating with Cosmos. This method can be called multiple times to change the information.

See Also