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

RegisterTrustedRoot() public static method

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

Same methods

CertificateStore::RegisterTrustedRoot ( byte Data ) : void