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