WalletLocation

This property specifies the ___location of wallets. Wallets are certificates, keys, and trustpoints processed by SSL/TLS.

Declaration

// C#
public static string WalletLocation { get; set; }

Property Type

System.String

Remarks

Microsoft Certificate Store (MCS) and file system wallets are supported.

This property can accept file path or URL values that contain the wallet file.

It supports single sign-on files (.sso file extension) and PKCS #12 files (.p12 file extension). Since wallet ___location is a directory ___location, not file ___location, ODP.NET chooses the file to use based on the criteria:

  • When the wallet password is not supplied:

    • Reads the .sso file, if present

    • Reads the .p12 file, if present

  • When the wallet password is supplied:

    • Reads the .p12 file, if present

Note:

MCS wallets are supported only on Windows operating systems.