ArcObjects Library Reference (GlobeCore)  

IGlobeHelperPub2.EncryptCredentials Method

Encrypts given a user credentail.

[Visual Basic .NET]
Public Function EncryptCredentials ( _
    ByVal Credentials As String _
) As Object
[C#]
public object EncryptCredentials (
    string Credentials
);
[C++]
HRESULT EncryptCredentials(
  BSTR Credentials,
  VARIANT* pEncryptedCredentials
);
[C++]

Parameters

Credentials [in]   Credentials is a parameter of type BSTR pEncryptedCredentials [out, retval]   pEncryptedCredentials is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeHelperPub2 Interface