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!

XMLKeyStorage.SetKeyType

[To be supplied.]

[Visual Basic]
Overrides Public Sub SetKeyType( _
   ByVal strType As String _
)
[C#]
public override void SetKeyType(
   string strType
);
[C++]
public: override void SetKeyType(
   String* strType
);
[JScript]
public override function SetKeyType(
   strType : String
);

Parameters

strType
[To be supplied.]

See Also

XMLKeyStorage Class | XMLKeyStorage Members | System.Security.Cryptography Namespace