This document is archived and information here might be outdated.  Recommended version.


IIdentity.EncodedString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > II > IIdentity Interface > IIdentity.EncodedString Property
ArcGIS Developer Help

IIdentity.EncodedString Property

The base64 encoded copy of the encrypted password.

[Visual Basic .NET]
Public Property EncodedString As String
[C#]
public string EncodedString {get; set;}
[C++]
HRESULT get_EncodedString(
  BSTR Password
);
[C++]
HRESULT put_EncodedString(
  System.String* Password
);
[C++]
Parameters
Password [in]

Password is a parameter of type BSTR Password [out, retval]
Password is a parameter of type BSTR*

Product Availability

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

See Also

IIdentity Interface