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!

StrongNameKeyPair Constructor (String)

Initializes an instance of the StrongNameKeyPair class. Reference key pair in named key container.

[Visual Basic]
Overloads Public Sub New( _
   ByVal keyPairContainer As String _
)
[C#]
public StrongNameKeyPair(
   string keyPairContainer
);
[C++]
public: StrongNameKeyPair(
   String* keyPairContainer
);
[JScript]
public function StrongNameKeyPair(
   keyPairContainer : String
);

Parameters

keyPairContainer
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentNullException If the keyPairContainer is null.

Remarks

The key pair is in a named key container.

See Also

StrongNameKeyPair Class | StrongNameKeyPair Members | System.Reflection Namespace | StrongNameKeyPair Constructor Overload List | Array