6 references to Pkcs12BagTypesPrefix
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\Oids.cs (6)
237
internal const string Pkcs12KeyBag =
Pkcs12BagTypesPrefix
+ "1";
238
internal const string Pkcs12ShroudedKeyBag =
Pkcs12BagTypesPrefix
+ "2";
239
internal const string Pkcs12CertBag =
Pkcs12BagTypesPrefix
+ "3";
240
internal const string Pkcs12CrlBag =
Pkcs12BagTypesPrefix
+ "4";
241
internal const string Pkcs12SecretBag =
Pkcs12BagTypesPrefix
+ "5";
242
internal const string Pkcs12SafeContentsBag =
Pkcs12BagTypesPrefix
+ "6";