6 references to CngAlgorithmGroup
System.Core (6)
System\Security\Cryptography\CngAlgorithmGroup.cs (5)
104
s_dh = new
CngAlgorithmGroup
("DH"); // NCRYPT_DH_ALGORITHM_GROUP
116
s_dsa = new
CngAlgorithmGroup
("DSA"); // NCRYPT_DSA_ALGORITHM_GROUP
129
s_ecdh = new
CngAlgorithmGroup
("ECDH"); // NCRYPT_ECDH_ALGORITHM_GROUP
142
s_ecdsa = new
CngAlgorithmGroup
("ECDSA"); // NCRYPT_ECDSA_ALGORITHM_GROUP
154
s_rsa = new
CngAlgorithmGroup
("RSA"); // NCRYPT_RSA_ALGORITHM_GROUP
System\Security\Cryptography\CngKey.cs (1)
68
return new
CngAlgorithmGroup
(group);