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

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

공개 메소드들

메소드 설명
SetHashAlgorithm ( string strName ) : void
SetKey ( AsymmetricAlgorithm key ) : void
VerifySignature ( HashAlgorithm hash, byte rgbSignature ) : bool
VerifySignature ( byte rgbHash, byte rgbSignature ) : bool

보호된 메소드들

메소드 설명
AsymmetricSignatureDeformatter ( ) : System.Runtime.InteropServices

메소드 상세

AsymmetricSignatureDeformatter() 보호된 메소드

protected AsymmetricSignatureDeformatter ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

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

public abstract SetHashAlgorithm ( string strName ) : void
strName string
리턴 void

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

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
리턴 void

VerifySignature() 공개 메소드

public VerifySignature ( HashAlgorithm hash, byte rgbSignature ) : bool
hash HashAlgorithm
rgbSignature byte
리턴 bool

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

public abstract VerifySignature ( byte rgbHash, byte rgbSignature ) : bool
rgbHash byte
rgbSignature byte
리턴 bool