1 instantiation of SignedDataAsn
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
356
_signedData = new
SignedDataAsn
18 references to SignedDataAsn
System.Security.Cryptography.Pkcs (18)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (6)
85
internal static
SignedDataAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
90
internal static
SignedDataAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
96
DecodeCore(ref reader, expectedTag, encoded, out
SignedDataAsn
decoded);
106
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
SignedDataAsn
decoded)
111
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
SignedDataAsn
decoded)
123
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
SignedDataAsn
decoded)
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (2)
82
SignedDataAsn
signedData =
SignedDataAsn
.Decode(pfx.AuthSafe.Content, AsnEncodingRules.BER);
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
20
private
SignedDataAsn
_signedData;
143
SignedDataAsn
copy = _signedData;
149
copy =
SignedDataAsn
.Decode(detachedWriter.Encode(), AsnEncodingRules.BER);
173
_signedData =
SignedDataAsn
.Decode(_heldData, AsnEncodingRules.BER);
668
internal ref
SignedDataAsn
GetRawData()
System\Security\Cryptography\Pkcs\SignerInfo.cs (5)
107
ref
SignedDataAsn
signedData = ref _document.GetRawData();
125
ref
SignedDataAsn
documentData = ref _document.GetRawData();
306
ref
SignedDataAsn
signedData = ref _document.GetRawData();
348
ref
SignedDataAsn
parentData = ref _document.GetRawData();
571
ref
SignedDataAsn
documentData = ref _document.GetRawData();