[To be supplied.]
[Visual Basic] MustOverride Public Function IsKeyType( _ ByVal strType As String _ ) As Boolean [C#] public abstract bool IsKeyType( string strType ); [C++] public: virtual bool IsKeyType( String* strType ) = 0; [JScript] public abstract function IsKeyType( strType : String ) : Boolean;
StorageXML Class | StorageXML Members | System.Security.Cryptography Namespace