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!

StrongName Constructor (StrongNamePublicKeyBlob, String, Version)

Initializes an instance of the StrongName class.

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

Parameters

blob
so-called blob corresponding to public key of the software publisher
name
[To be supplied.]
version
[To be supplied.]

Remarks

The security policy system uses StrongName together with other evidence about a code assembly to determine what permissions the code should be granted.

For details on public key blobs see StrongNamePublicKeyBlob class.

See Also

StrongName Class | StrongName Members | System.Security.Policy Namespace | StrongName Constructor Overload List