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