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

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

공개 메소드들

메소드 설명
CreateSignature ( byte rgbHash ) : byte[]
DSASignatureFormatter ( ) : System.Globalization
DSASignatureFormatter ( AsymmetricAlgorithm key ) : System.Globalization
SetHashAlgorithm ( string strName ) : void
SetKey ( AsymmetricAlgorithm key ) : void

메소드 상세

CreateSignature() 공개 메소드

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

DSASignatureFormatter() 공개 메소드

public DSASignatureFormatter ( ) : System.Globalization
리턴 System.Globalization

DSASignatureFormatter() 공개 메소드

public DSASignatureFormatter ( AsymmetricAlgorithm key ) : System.Globalization
key AsymmetricAlgorithm
리턴 System.Globalization

SetHashAlgorithm() 공개 메소드

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

SetKey() 공개 메소드

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