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;
- strHost
- The host name or IP address.
An integer result code.
For more information, see the Passport SDK documentation for IPassportCrypt.put_Host, available in the MSDN Library.
PassportIdentity Members