C# 클래스 AaltoTLS.PluginInterface.MACAlgorithm

파일 보기 프로젝트 열기: juhovh/AaltoTLS 1 사용 예제들

공개 메소드들

메소드 설명
CreateHasher ( byte key ) : KeyedHashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

메소드 상세

CreateHasher() 공개 추상적인 메소드

public abstract CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
리턴 System.Security.Cryptography.KeyedHashAlgorithm

SupportsProtocolVersion() 공개 추상적인 메소드

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
리턴 bool