C# 클래스 Goedel.Cryptography.CryptoProviderAuthentication

Provider for bulk authentication algorithms (e.g. HMAC-SHA256).
상속: CryptoProviderDigest
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

보호된 메소드들

메소드 설명
CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System

Initializes an instance of the hash provider with the specified implementation.

메소드 상세

CryptoProviderAuthentication() 보호된 메소드

Initializes an instance of the hash provider with the specified implementation.
protected CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System
HashAlgorithm System.Security.Cryptography.HashAlgorithm
리턴 System