C# Class Plasma.AuthorizationInterface

Inheritance: Object
Show file Open project: 0xd34df00d/Qross

Protected Properties

Property Type Description
interceptor Qyoto.SmokeInvocation

Public Methods

Method Description
AuthorizationInterface ( ) : System

Protected Methods

Method Description
AuthorizationInterface ( Type dummy ) : System
CreateProxy ( ) : void

Private Methods

Method Description
AuthorizationRequest ( Plasma rule ) : void
ClientPinRequest ( Plasma request ) : void

Method Details

AuthorizationInterface() public method

public AuthorizationInterface ( ) : System
return System

AuthorizationInterface() protected method

protected AuthorizationInterface ( Type dummy ) : System
dummy System.Type
return System

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Property Details

interceptor protected property

protected SmokeInvocation,Qyoto interceptor
return Qyoto.SmokeInvocation