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.IsKeyType

[To be supplied.]

[Visual Basic]
Overrides Public Function IsKeyType( _
   ByVal str As String _
) As Boolean
[C#]
public override bool IsKeyType(
   string str
);
[C++]
public: override bool IsKeyType(
   String* str
);
[JScript]
public override function IsKeyType(
   str : String
) : Boolean;

Parameters

str
[To be supplied.]

See Also

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