6 references to CngProperty
System.Security.Cryptography (6)
System\Security\Cryptography\BasicSymmetricCipherLiteNCrypt.cs (3)
19
new
CngProperty
(KeyPropertyName.ChainingMode, Encoding.Unicode.GetBytes(Cng.BCRYPT_CHAIN_MODE_ECB + "\0"), CngPropertyOptions.None);
21
new
CngProperty
(KeyPropertyName.ChainingMode, Encoding.Unicode.GetBytes(Cng.BCRYPT_CHAIN_MODE_CBC + "\0"), CngPropertyOptions.None);
23
new
CngProperty
(KeyPropertyName.ChainingMode, Encoding.Unicode.GetBytes(Cng.BCRYPT_CHAIN_MODE_CFB + "\0"), CngPropertyOptions.None);
System\Security\Cryptography\CngAlgorithmCore.cs (1)
104
CngProperty prop = new
CngProperty
(
System\Security\Cryptography\CngKey.EC.cs (1)
75
return new
CngProperty
(KeyPropertyName.ECCCurveName, curveNameBytes, CngPropertyOptions.None);
System\Security\Cryptography\CngKey.Properties.cs (1)
29
return new
CngProperty
(name, value, options);