1 instantiation of Pkcs12SafeContentsBag
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Pkcs12SafeContentsBag.cs (1)
31return new Pkcs12SafeContentsBag(encodedValue)
6 references to Pkcs12SafeContentsBag
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (4)
104public Pkcs12SafeContentsBag AddNestedContents(Pkcs12SafeContents safeContents) 116Pkcs12SafeContentsBag bag = Pkcs12SafeContentsBag.Create(safeContents); 349bag = Pkcs12SafeContentsBag.Decode(bagValue);
System\Security\Cryptography\Pkcs\Pkcs12SafeContentsBag.cs (2)
18internal static Pkcs12SafeContentsBag Create(Pkcs12SafeContents copyFrom) 27internal static Pkcs12SafeContentsBag Decode(ReadOnlyMemory<byte> encodedValue)