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