7 writes to Content
System.Security.Cryptography (7)
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\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
66
Content
= encrypted,
110
Content
= encrypted,
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
476
Content
= valueWriter.Encode(),
485
Content
= contentsWriter.Encode(),
494
Content
= contentsWriter.Encode(),
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1224
safeContents.
Content
= writer.Encode();
10 references to Content
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
37
writer.WriteEncodedValue(
Content
.Span);
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\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
48
_encrypted = contentInfoAsn.
Content
;
52
_encrypted = contentInfoAsn.
Content
;
56
_bags = ReadBags(PkcsHelpers.DecodeOctetStringAsMemory(contentInfoAsn.
Content
));
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (4)
153
Helpers.DecodeOctetStringAsMemory(pfxAsn.AuthSafe.
Content
);
194
ReadOnlyMemory<byte> rebind = pfxAsn.AuthSafe.
Content
;
207
contentData = Helpers.DecodeOctetStringAsMemory(safeContentsAsn.
Content
);
507
EncryptedDataAsn.Decode(safeContentsAsn.
Content
, AsnEncodingRules.BER);