C# Class AaltoTLS.PluginInterface.MACAlgorithm

Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Méthode Description
CreateHasher ( byte key ) : KeyedHashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateHasher() public abstract méthode

public abstract CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
Résultat System.Security.Cryptography.KeyedHashAlgorithm

SupportsProtocolVersion() public abstract méthode

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
Résultat bool