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