Goedel.Cryptography.CertificateStore.Register C# (CSharp) Method

Register() public static method

Register a certificate in the default Windows store and location for that type of certificate.
public static Register ( Goedel.Cryptography.PKIX Certificate ) : void
Certificate Goedel.Cryptography.PKIX Certificate to register.
return void
        public static void Register(GCP.Certificate Certificate) {
            PlatformRegister(Certificate);
            }