NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StrongNameIdentityPermission Constructor (StrongNamePublicKeyBlob, String, Version)

Initializes a new instance of the StrongNameIdentityPermission class for the specified strong name identity.

[Visual Basic]
Overloads Public Sub New( _
   ByVal blob As StrongNamePublicKeyBlob, _
   ByVal name As String, _
   ByVal version As Version _
)
[C#]
public StrongNameIdentityPermission(
   StrongNamePublicKeyBlob blob,
   string name,
   Version version
);
[C++]
public: StrongNameIdentityPermission(
   StrongNamePublicKeyBlob* blob,
   String* name,
   Version* version
);
[JScript]
public function StrongNameIdentityPermission(
   blob : StrongNamePublicKeyBlob,
   name : String,
   version : Version
);

Parameters

blob
The public key defining the strong name identity namespace.
name
The simple name part of the strong name identity. Typical simple names are of the form 'Company.Name1.Name2.Name3...' (any number of levels).
version
To be supplied.

Exceptions

Exception Type Condition
ArgumentNullException if blob is null.

See Also

StrongNameIdentityPermission Class | StrongNameIdentityPermission Members | System.Security.Permissions Namespace | StrongNameIdentityPermission Constructor Overload List