C# Class System.Security.Cryptography.KeyedHashAlgorithm

Inheritance: HashAlgorithm
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Protected Properties

Property Type Description
KeyValue byte[]

Public Methods

Method Description
Create ( ) : KeyedHashAlgorithm
Create ( string algName ) : KeyedHashAlgorithm

Protected Methods

Method Description
Dispose ( bool disposing ) : void
KeyedHashAlgorithm ( )

Method Details

Create() public static method

public static Create ( ) : KeyedHashAlgorithm
return KeyedHashAlgorithm

Create() public static method

public static Create ( string algName ) : KeyedHashAlgorithm
algName string
return KeyedHashAlgorithm

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

KeyedHashAlgorithm() protected method

protected KeyedHashAlgorithm ( )

Property Details

KeyValue protected_oe property

protected byte[] KeyValue
return byte[]