4 references to Pkcs12PbePrefix
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Oids.cs (4)
232
internal const string Pkcs12PbeWithShaAnd3Key3Des =
Pkcs12PbePrefix
+ "3";
233
internal const string Pkcs12PbeWithShaAnd2Key3Des =
Pkcs12PbePrefix
+ "4";
234
internal const string Pkcs12PbeWithShaAnd128BitRC2 =
Pkcs12PbePrefix
+ "5";
235
internal const string Pkcs12PbeWithShaAnd40BitRC2 =
Pkcs12PbePrefix
+ "6";