6 references to Pkcs5Prefix
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\Oids.cs (6)
248internal const string PbeWithMD5AndDESCBC = Pkcs5Prefix + "3"; 249internal const string PbeWithMD5AndRC2CBC = Pkcs5Prefix + "6"; 250internal const string PbeWithSha1AndDESCBC = Pkcs5Prefix + "10"; 251internal const string PbeWithSha1AndRC2CBC = Pkcs5Prefix + "11"; 252internal const string Pbkdf2 = Pkcs5Prefix + "12"; 253internal const string PasswordBasedEncryptionScheme2 = Pkcs5Prefix + "13";