System.Web.Security Namespace PassportIdentity Class
Sets the key being used for Passport encryption and decryption by referring to the site-name label assigned to that key when the key was first installed.
[ VB ]
Public Shared Function CryptPutSite ( _
strSite As String _
) As Integer
[ C# ]
public static int CryptPutSite (
string strSite
);
[ C++ ]
public: static int CryptPutSite (
String* strSite
);
[ JScript ]
public static function CryptPutSite (
strSite : String
) : int;
- strSite
- The site label.
An integer result code.
For more information, see the Passport SDK documentation for IPassportCrypt.put_Site, available in the MSDN Library.
PassportIdentity Members