6 instantiations of ContentInfoAsn
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\PkcsHelpers.cs (1)
118
ContentInfoAsn contentInfo = new
ContentInfoAsn
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
63
new
ContentInfoAsn
107
new
ContentInfoAsn
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
534
return new
ContentInfoAsn
543
return new
ContentInfoAsn
552
return new
ContentInfoAsn
23 references to ContentInfoAsn
System.Security.Cryptography.Pkcs (23)
Internal\Cryptography\PkcsHelpers.cs (1)
118
ContentInfoAsn
contentInfo = new ContentInfoAsn
src\runtime\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\runtime\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 ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
ContentInfoAsn
decoded)
73
internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
ContentInfoAsn
decoded)
85
private static void DecodeCore(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
ContentInfoAsn
decoded)
src\runtime\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\runtime\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\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
51
internal Pkcs12SafeContents(
ContentInfoAsn
contentInfoAsn)
521
internal
ContentInfoAsn
EncodeToContentInfo()
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
300
ContentInfoAsn
.Decode(
303
out
ContentInfoAsn
contentInfo);