C# 클래스 EvolveApp.iOS.Encryptor

상속: IEncryptor
파일 보기 프로젝트 열기: xamarin/mini-hacks

공개 메소드들

메소드 설명
Encryptor ( ) : System
Sign ( string requestString, string key ) : string

메소드 상세

Encryptor() 공개 메소드

public Encryptor ( ) : System
리턴 System

Sign() 공개 메소드

public Sign ( string requestString, string key ) : string
requestString string
key string
리턴 string