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

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

공개 메소드들

메소드 설명
CreateSignature ( HashAlgorithm hash ) : byte[]
CreateSignature ( byte rgbHash ) : byte[]
SetHashAlgorithm ( string strName ) : void
SetKey ( AsymmetricAlgorithm key ) : void

보호된 메소드들

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

메소드 상세

AsymmetricSignatureFormatter() 보호된 메소드

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

CreateSignature() 공개 메소드

public CreateSignature ( HashAlgorithm hash ) : byte[]
hash HashAlgorithm
리턴 byte[]

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

public abstract CreateSignature ( byte rgbHash ) : byte[]
rgbHash byte
리턴 byte[]

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

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

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

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