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!

StorageXML.SetKeyType

[To be supplied.]

[Visual Basic]
MustOverride Public Sub SetKeyType( _
   ByVal strType As String _
)
[C#]
public abstract void SetKeyType(
   string strType
);
[C++]
public: virtual void SetKeyType(
   String* strType
) = 0;
[JScript]
public abstract function SetKeyType(
   strType : String
);

Parameters

strType
[To be supplied.]

See Also

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