7 writes to Content
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
98decoded.Content = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
66Content = encrypted, 110Content = encrypted,
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
476Content = valueWriter.Encode(), 485Content = contentsWriter.Encode(), 494Content = contentsWriter.Encode(),
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1224safeContents.Content = writer.Encode();
10 references to Content
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
37writer.WriteEncodedValue(Content.Span);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (2)
74authSafeBytes = PkcsHelpers.DecodeOctetStringAsMemory(pfx.AuthSafe.Content); 87SignedDataAsn 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)
153Helpers.DecodeOctetStringAsMemory(pfxAsn.AuthSafe.Content); 194ReadOnlyMemory<byte> rebind = pfxAsn.AuthSafe.Content; 207contentData = Helpers.DecodeOctetStringAsMemory(safeContentsAsn.Content); 507EncryptedDataAsn.Decode(safeContentsAsn.Content, AsnEncodingRules.BER);