NOTE: this constructor is obsolete
Initializes an instance of the Site class.
Application code should use the other form of constructor: Site(String name).
[Visual Basic] Overloads Public Sub New( _ ByVal id() As Byte, _ ByVal name As String _ ) [C#] public Site( byte[] id, string name ); [C++] public: Site( unsigned char* id[], String* name ); [JScript] public function Site( id : Byte[], name : String );
For details about security ID, see the Internet SDK:
Site Class | Site Members | System.Security.Policy Namespace | Site Constructor Overload List