C# Class Unity.Core.Security.KeyPair

Show file Open project: Appverse/appverse-mobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KeyPair ( ) : System
KeyPair ( string KeyName, string Value ) : System
KeyPair ( string KeyName, string Value, bool enc ) : System

Method Details

KeyPair() public method

public KeyPair ( ) : System
return System

KeyPair() public method

public KeyPair ( string KeyName, string Value ) : System
KeyName string
Value string
return System

KeyPair() public method

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