6 instantiations of ContentInfoAsn
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
63
new
ContentInfoAsn
107
new
ContentInfoAsn
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
473
return new
ContentInfoAsn
482
return new
ContentInfoAsn
491
return new
ContentInfoAsn
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1201
ContentInfoAsn safeContents = new
ContentInfoAsn
24 references to ContentInfoAsn
System.Security.Cryptography (24)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (2)
15
internal System.Security.Cryptography.Asn1.Pkcs7.
ContentInfoAsn
AuthSafe;
87
System.Security.Cryptography.Asn1.Pkcs7.
ContentInfoAsn
.Decode(ref sequenceReader, rebind, out decoded.AuthSafe);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (6)
47
internal static
ContentInfoAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
52
internal static
ContentInfoAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
58
DecodeCore(ref reader, expectedTag, encoded, out
ContentInfoAsn
decoded);
68
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
ContentInfoAsn
decoded)
73
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
ContentInfoAsn
decoded)
85
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
ContentInfoAsn
decoded)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (6)
22
private List<
ContentInfoAsn
>? _contents;
60
_contents ??= new List<
ContentInfoAsn
>();
104
_contents ??= new List<
ContentInfoAsn
>();
121
_contents ??= new List<
ContentInfoAsn
>();
173
foreach (
ContentInfoAsn
contentInfo in _contents)
315
foreach (
ContentInfoAsn
contentInfo in _contents)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (4)
107
List<
ContentInfoAsn
> authSafeData = new List<
ContentInfoAsn
>();
116
ContentInfoAsn
.Decode(ref sequenceReader, authSafeBytes, out
ContentInfoAsn
contentInfo);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
40
internal Pkcs12SafeContents(
ContentInfoAsn
contentInfoAsn)
460
internal
ContentInfoAsn
EncodeToContentInfo()
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (4)
201
ContentInfoAsn
.Decode(ref reader, rebind, out
ContentInfoAsn
safeContentsAsn);
500
ContentInfoAsn
safeContentsAsn,
1201
ContentInfoAsn
safeContents = new ContentInfoAsn