Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
StrongNameKeyGenFlags (Enums)
.
Summary
Summary
C# Definition:
[Flags]
enum StrongNameKeyGenFlags
{
/// <summary>
/// No flags
/// </summary>
None = 0x00000000,
/// <summary>
/// Save the key in the key container
/// </summary>
LeaveKey = 0x00000001
}
VB Definition:
<Flags> Enum StrongNameKeyGenFlags
None = 0,
LeaveKey = 1
End Enum
Notes:
None.
Documentation
Generate a new key pair with the specified size for strong name use
3/16/2007 8:03:17 AM - -207.46.238.143
Generate a new key pair with the specified size for strong name use
3/16/2007 8:03:17 AM - anonymous
Generate a new key pair with the specified size for strong name use
3/16/2007 8:03:17 AM - -207.46.238.143
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!