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 );
Exception Type | Condition |
---|---|
ArgumentNullException | if blob is null. |
StrongNameIdentityPermission Class | StrongNameIdentityPermission Members | System.Security.Permissions Namespace | StrongNameIdentityPermission Constructor Overload List