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