Class StreamKeyedHashOptions
Specifies options that is related to System.Security.Cryptography.KeyedHashAlgorithm operations. This class cannot be inherited.
Inheritance
System.Object
StreamKeyedHashOptions
Assembly: Cuemon.Security.dll
Syntax
public sealed class StreamKeyedHashOptions : KeyedHashOptions
Constructors
|
Improve this Doc
StreamKeyedHashOptions()
Declaration
public StreamKeyedHashOptions()
Properties
|
Improve this Doc
LeaveStreamOpen
Gets or sets a value indicating whether the System.IO.Stream is being left open or to have it being closed and disposed.
Declaration
public bool LeaveStreamOpen { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if the System.IO.Stream is being left open; otherwise, false to have it being closed and disposed of.
|
Extension Methods
ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
See Also