ListMachineStores Method
List machine certificate stores.
Syntax
[VB.NET] Public Function ListMachineStores() As String
[C#] public string ListMachineStores();
Remarks
This method behaves the same as the ListCertificateStores method, but lists certificate stores in the machine account (under HKEY_LOCAL_MACHINE in the registry).
NOTE: This functionality is only available in Windows.
NOTE: This method has a corresponding asynchronous version (ListMachineStoresAsync) for use in the Xamarin environment.