7 writes to Content
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\PkcsHelpers.cs (1)
121
Content
= content,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
98
decoded.
Content
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
66
Content
= encrypted,
110
Content
= encrypted,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
537
Content
= valueWriter.Encode(),
546
Content
= contentsWriter.Encode(),
555
Content
= contentsWriter.Encode(),
6 references to Content
System.Security.Cryptography.Pkcs (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
37
writer.WriteEncodedValue(
Content
.Span);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (2)
74
authSafeBytes = PkcsHelpers.DecodeOctetStringAsMemory(pfx.AuthSafe.
Content
);
87
SignedDataAsn signedData = SignedDataAsn.Decode(pfx.AuthSafe.
Content
, AsnEncodingRules.BER);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
59
_encrypted = contentInfoAsn.
Content
;
63
_encrypted = contentInfoAsn.
Content
;
67
_bags = ReadBags(PkcsHelpers.DecodeOctetStringAsMemory(contentInfoAsn.
Content
));