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