This documentation is archived and is not being maintained.
PassportIdentity.Compress Method
.NET Framework 1.1
Compresses data.
[Visual Basic] Public Shared Function Compress( _ ByVal strData As String _ ) As String [C#] public static string Compress( string strData ); [C++] public: static String* Compress( String* strData ); [JScript] public static function Compress( strData : String ) : String;
Parameters
- strData
- The data to be compressed.
Return Value
The compressed data.
Remarks
For more information, see the Passport SDK documentation for IPassportCrypt.Compress, available in the MSDN Library at http://msdn.microsoft.com/library .
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace
Show: