C# 클래스 Unity.Core.Security.KeyPair

파일 보기 프로젝트 열기: Appverse/appverse-mobile 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KeyPair ( ) : System
KeyPair ( string KeyName, string Value ) : System
KeyPair ( string KeyName, string Value, bool enc ) : System

메소드 상세

KeyPair() 공개 메소드

public KeyPair ( ) : System
리턴 System

KeyPair() 공개 메소드

public KeyPair ( string KeyName, string Value ) : System
KeyName string
Value string
리턴 System

KeyPair() 공개 메소드

public KeyPair ( string KeyName, string Value, bool enc ) : System
KeyName string
Value string
enc bool
리턴 System