C# Class NetIde.VisualStudio.Wizard.StrongKeyUtil

显示文件 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
GenerateStrongKeyFile ( string target ) : void

Private Methods

Method Description
StrongNameErrorInfo ( ) : int
StrongNameFreeBuffer ( IntPtr pbMemory ) : int
StrongNameKeyGen ( IntPtr wszKeyContainer, uint dwFlags, IntPtr &KeyBlob, uint &KeyBlobSize ) : int

Method Details

GenerateStrongKeyFile() public static method

public static GenerateStrongKeyFile ( string target ) : void
target string
return void