C# Class Terrarium.Hosting.StrongNameVerificationState

Determines if this machine has shut off strong name verification in some way. If they have we don't want the user to run, because they could get hacked by a malicious animal.
ファイルを表示 Open project: eugeniomiro/Terrarium

Private Properties

Property Type Description
AcquireState void
BytesToHexString string
GetTerrariumPubKeyToken string

Public Methods

Method Description
StrongNameVerificationState ( ) : System

Private Methods

Method Description
AcquireState ( ) : void
BytesToHexString ( byte input ) : string
GetTerrariumPubKeyToken ( ) : string

Method Details

StrongNameVerificationState() public method

public StrongNameVerificationState ( ) : System
return System