| _disposed | System.Security.Cryptography.HashAlgorithm | private |
| _hashProvider | System.Security.Cryptography.SHA1Managed | private |
| CanReuseTransform | System.Security.Cryptography.HashAlgorithm | |
| CanTransformMultipleBlocks | System.Security.Cryptography.HashAlgorithm | |
| CaptureHashCodeAndReinitialize() | System.Security.Cryptography.HashAlgorithm | inlineprivate |
| Clear() | System.Security.Cryptography.HashAlgorithm | inline |
| ComputeHash(byte[] buffer) | System.Security.Cryptography.HashAlgorithm | inline |
| ComputeHash(byte[] buffer, int offset, int count) | System.Security.Cryptography.HashAlgorithm | inline |
| ComputeHash(Stream inputStream) | System.Security.Cryptography.HashAlgorithm | inline |
| ComputeHashAsync(Stream inputStream, CancellationToken cancellationToken=default(CancellationToken)) | System.Security.Cryptography.HashAlgorithm | inline |
| ComputeHashAsyncCore(Stream inputStream, CancellationToken cancellationToken) | System.Security.Cryptography.HashAlgorithm | inlineprivate |
| Create() | System.Security.Cryptography.SHA1 | inlinestatic |
| Create(string hashName) | System.Security.Cryptography.SHA1 | inlinestatic |
| Dispose(bool disposing) | System.Security.Cryptography.SHA1Managed | inlineprotectedvirtual |
| System::Security::Cryptography::SHA1.Dispose() | System.Security.Cryptography.HashAlgorithm | inline |
| Hash | System.Security.Cryptography.HashAlgorithm | |
| HashCore(byte[] array, int ibStart, int cbSize) | System.Security.Cryptography.SHA1Managed | inlineprotected |
| HashCore(ReadOnlySpan< byte > source) | System.Security.Cryptography.SHA1Managed | inlineprotectedvirtual |
| HashData(byte[] source) | System.Security.Cryptography.SHA1 | inlinestatic |
| HashData(ReadOnlySpan< byte > source) | System.Security.Cryptography.SHA1 | inlinestatic |
| HashData(ReadOnlySpan< byte > source, Span< byte > destination) | System.Security.Cryptography.SHA1 | inlinestatic |
| HashFinal() | System.Security.Cryptography.SHA1Managed | inlineprotected |
| HashSize | System.Security.Cryptography.HashAlgorithm | |
| HashSizeValue | System.Security.Cryptography.HashAlgorithm | protected |
| HashValue | System.Security.Cryptography.HashAlgorithm | package |
| Initialize() | System.Security.Cryptography.SHA1Managed | inline |
| InputBlockSize | System.Security.Cryptography.HashAlgorithm | |
| OutputBlockSize | System.Security.Cryptography.HashAlgorithm | |
| SHA1() | System.Security.Cryptography.SHA1 | inlineprotected |
| SHA1Managed() | System.Security.Cryptography.SHA1Managed | inline |
| State | System.Security.Cryptography.HashAlgorithm | protected |
| TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[]? outputBuffer, int outputOffset) | System.Security.Cryptography.HashAlgorithm | inline |
| System::Security::Cryptography::ICryptoTransform.TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) | System.Security.Cryptography.ICryptoTransform | |
| TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) | System.Security.Cryptography.HashAlgorithm | inline |
| TryComputeHash(ReadOnlySpan< byte > source, Span< byte > destination, out int bytesWritten) | System.Security.Cryptography.HashAlgorithm | inline |
| TryHashData(ReadOnlySpan< byte > source, Span< byte > destination, out int bytesWritten) | System.Security.Cryptography.SHA1 | inlinestatic |
| TryHashFinal(Span< byte > destination, out int bytesWritten) | System.Security.Cryptography.SHA1Managed | inlineprotectedvirtual |
| ValidateTransformBlock(byte[] inputBuffer, int inputOffset, int inputCount) | System.Security.Cryptography.HashAlgorithm | inlineprivate |