C# Class System.Security.Cryptography.KeyedHashAlgorithm

Inheritance: HashAlgorithm
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
KeyValue byte[]

Méthodes publiques

Méthode Description
Create ( ) : KeyedHashAlgorithm
Create ( string algName ) : KeyedHashAlgorithm

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
KeyedHashAlgorithm ( )

Method Details

Create() public static méthode

public static Create ( ) : KeyedHashAlgorithm
Résultat KeyedHashAlgorithm

Create() public static méthode

public static Create ( string algName ) : KeyedHashAlgorithm
algName string
Résultat KeyedHashAlgorithm

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

KeyedHashAlgorithm() protected méthode

protected KeyedHashAlgorithm ( )

Property Details

KeyValue protected_oe property

protected byte[] KeyValue
Résultat byte[]