C# 클래스 WebApplications.Utilities.Cryptography.KeyedHashingCryptographyProvider

Base class for all hashing cryptographic providers that have a key.
상속: HashingCryptographyProvider
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

보호된 메소드들

메소드 설명
KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System

Initializes a new instance of the HashingCryptographyProvider class.

비공개 메소드들

메소드 설명
Create ( [ name, [ algorithm, [ configurationElement = null ) : KeyedHashingCryptographyProvider
GetAlgorithm ( ) : HashAlgorithm

메소드 상세

KeyedHashingCryptographyProvider() 보호된 메소드

Initializes a new instance of the HashingCryptographyProvider class.
protected KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System
name [ The name.
configuration [ The configuration.
keyBytes [ The key bytes.
리턴 System