5 references to PalRawDataMemory
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (4)
438return CryptographicOperations.HashData(hashAlgorithm, PalRawDataMemory.Span); 448return CryptographicOperations.TryHashData(hashAlgorithm, PalRawDataMemory.Span, destination, out bytesWritten); 460return GetCertHashString(hashAlgorithm, PalRawDataMemory.Span); 501return PalRawDataMemory.ToArray();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
346public ReadOnlyMemory<byte> RawDataMemory => PalRawDataMemory;