Sets or gets the simple name string portion of the strong name identity.
[Visual Basic] Public Property Name As String [C#] public string Name {get; set;} [C++] public: __property String* get_Name(); public: __property void set_Name(String*); [JScript] public function get Name() : String; public function set Name(String);
StrongNameIdentityPermission Class | StrongNameIdentityPermission Members | System.Security.Permissions Namespace