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

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

공개 메소드들

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

메소드 상세

CreateSignature() 공개 메소드

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

RSAPKCS1SignatureFormatter() 공개 메소드

public RSAPKCS1SignatureFormatter ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

RSAPKCS1SignatureFormatter() 공개 메소드

public RSAPKCS1SignatureFormatter ( AsymmetricAlgorithm key ) : System.Runtime.InteropServices
key AsymmetricAlgorithm
리턴 System.Runtime.InteropServices

SetHashAlgorithm() 공개 메소드

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

SetKey() 공개 메소드

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