asp.net.ph

PassportIdentity.CryptPutHost Method

System.Web.Security Namespace   PassportIdentity Class


Sets the key being used for Passport encryption and decryption.

[ VB ]
Public Shared Function CryptPutHost ( _
   strHost As String _
 ) As Integer

[ C# ]
public static int CryptPutHost (
   string strHost
);

[ C++ ]
public: static int CryptPutHost (
   String* strHost
);

[ JScript ]
public static function CryptPutHost (
   strHost : String
 ) : int;

Parameters

strHost
The host name or IP address.

Return Value

An integer result code.

Remarks

For more information, see the Passport SDK documentation for IPassportCrypt.put_Host, available in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph