Home
last modified time | relevance | path

Searched refs:GetContentSpan (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DSignedCms.cs265 internal ReadOnlySpan<byte> GetContentSpan() => _heldContent.Value.Span; in GetContentSpan() method in System.Security.Cryptography.Pkcs.SignedCms
H A DSignerInfo.cs477 hasher.AppendData(_document.GetContentSpan()); in PrepareDigest()