Home
last modified time | relevance | path

Searched refs:_heldContent (Results 1 – 1 of 1) 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.cs25 private ReadOnlyMemory<byte>? _heldContent; field in System.Security.Cryptography.Pkcs.SignedCms
144 _heldContent = content ?? ReadOnlyMemory<byte>.Empty; in Decode()
151 ContentInfo = new ContentInfo(new Oid(_contentType), _heldContent.Value.ToArray()); in Decode()
156 _heldContent = ContentInfo.Content.CloneByteArray(); in Decode()
187 ReadOnlyMemory<byte> content = _heldContent ?? ContentInfo.Content; in ComputeSignature()
226 Debug.Assert(_heldContent != null); in ComputeSignature()
265 internal ReadOnlySpan<byte> GetContentSpan() => _heldContent.Value.Span; in GetContentSpan()
281 _heldContent = null; in Reencode()
285 Debug.Assert(_heldContent != null); in Reencode()