asp.net.ph

PassportIdentity.CryptPutSite Method

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;

Parameters

strSite
The site label.

Return Value

An integer result code.

Remarks

For more information, see the Passport SDK documentation for IPassportCrypt.put_Site, 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