/// <summary>
 /// Register a certificate in the default Windows store and location
 /// for that type of certificate.
 /// </summary>
 /// <param name="Certificate">Certificate to register.</param>
 public static void RegisterTrustedRoot(GCP.Certificate Certificate) {
     PlatformRegisterTrustedRoot(Certificate);
     }
 /// <summary>
 /// Register a certificate in the default Windows store and location
 /// for that type of certificate.
 /// </summary>
 /// <param name="Certificate">Certificate to register.</param>
 public static void Register(GCP.Certificate Certificate) {
     PlatformRegister(Certificate);
     }