Exemple #1
0
 /// <summary>
 /// Creates a new <see cref="System.Security.Cryptography.X509Certificates.X509Store"/>
 /// object based on this store.
 /// </summary>
 /// <returns>An instance of <see cref="System.Security.Cryptography.X509Certificates.X509Store"/>.</returns>
 public X509Store GetX509Store()
 {
     return(new X509Store(name, location.ToStoreLocation()));
 }