C# 클래스 RsaCryptoExample.Program

파일 보기 프로젝트 열기: mztgame/sdk-document

공개 메소드들

메소드 설명
DecodeX509PublicKey ( byte x509key ) : RSACryptoServiceProvider
verify ( string content, string signedString, string publicKey ) : bool

비공개 메소드들

메소드 설명
CompareBytearrays ( byte a, byte b ) : bool
Main ( ) : void

메소드 상세

DecodeX509PublicKey() 공개 정적인 메소드

public static DecodeX509PublicKey ( byte x509key ) : RSACryptoServiceProvider
x509key byte
리턴 System.Security.Cryptography.RSACryptoServiceProvider

verify() 공개 정적인 메소드

public static verify ( string content, string signedString, string publicKey ) : bool
content string
signedString string
publicKey string
리턴 bool