class SHA1CryptoServiceProvider
in global :: System . Security . Cryptography
Computes the hash value for the input data using the implementation provided by the cryptographic service provider (CSP). This class cannot be inherited.
public SHA1CryptoServiceProvider( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public byte[] TransformFinalBlock( byte[] inputBuffer, int inputOffset, int inputCount )
😔 No documentation found.
public int TransformBlock( byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset )
😔 No documentation found.
public bool CanReuseTransform { get; }
😔 No documentation found.
public bool CanTransformMultipleBlocks { get; }
😔 No documentation found.
public int OutputBlockSize { get; }
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int InputBlockSize { get; }
😔 No documentation found.
public void Dispose( )
😔 No documentation found.
public Task<byte[]> ComputeHashAsync( Stream inputStream, CancellationToken cancellationToken = null )
😔 No documentation found.
public byte[] ComputeHash( Stream inputStream )
😔 No documentation found.
public byte[] ComputeHash( byte[] buffer, int offset, int count )
😔 No documentation found.
public bool TryComputeHash( ReadOnlySpan<byte> source, Span<byte> destination, ref int bytesWritten )
😔 No documentation found.
public byte[] ComputeHash( byte[] buffer )
😔 No documentation found.
public byte[] Hash { get; }
😔 No documentation found.
public int HashSize { get; }
😔 No documentation found.
public void Clear( )
😔 No documentation found.
public void Initialize( )
😔 No documentation found.