This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > II > IIdentity Interface > IIdentity.EncodedString Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR Password
);
[C++]
Parameters Password [out, retval] Password is a parameter of type BSTR Password [in] Password is a parameter of type BSTR