/// <summary>
 /// Initializes a new instance of the <see cref="CertificateStoreLocation"/> class.
 /// </summary>
 /// <param name="systemStoreLocationInfo">The system store location info.</param>
 internal CertificateStoreLocation(SystemStoreLocationInfo systemStoreLocationInfo) 
 {
     locationInfo = systemStoreLocationInfo;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CertificateStoreLocation"/> class.
 /// </summary>
 /// <param name="systemStoreLocationInfo">The system store location info.</param>
 internal CertificateStoreLocation(SystemStoreLocationInfo systemStoreLocationInfo)
 {
     locationInfo = systemStoreLocationInfo;
 }