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