5 references to PalRawDataMemory
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (4)
363return CryptographicOperations.HashData(hashAlgorithm, PalRawDataMemory.Span); 373return CryptographicOperations.TryHashData(hashAlgorithm, PalRawDataMemory.Span, destination, out bytesWritten); 385return GetCertHashString(hashAlgorithm, PalRawDataMemory.Span); 426return PalRawDataMemory.ToArray();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
341public ReadOnlyMemory<byte> RawDataMemory => PalRawDataMemory;