C# 클래스 System.Security.Cryptography.KeyedHashAlgorithm

상속: HashAlgorithm
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
KeyValue byte[]

공개 메소드들

메소드 설명
Create ( ) : KeyedHashAlgorithm
Create ( string algName ) : KeyedHashAlgorithm

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
KeyedHashAlgorithm ( )

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : KeyedHashAlgorithm
리턴 KeyedHashAlgorithm

Create() 공개 정적인 메소드

public static Create ( string algName ) : KeyedHashAlgorithm
algName string
리턴 KeyedHashAlgorithm

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

KeyedHashAlgorithm() 보호된 메소드

protected KeyedHashAlgorithm ( )

프로퍼티 상세

KeyValue 보호되어 있는 프로퍼티

protected byte[] KeyValue
리턴 byte[]