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