Enables an application to delete some or all of the authentication data previously stored for a particular logon name from the authentication repository.
public void DeleteAuthenticationData(int coupon,string logonName,string dataFormat,string appSignature)
Sub DeleteAuthenticationData( _ByVal coupon As Integer, _ByVal logonName As String, _ByVal dataFormat As String, _ByVal appSignature As String _)
void DeleteAuthenticationData(int coupon,String^ logonName,String^ dataFormat,String^ appSignature)
coupon
The connection coupon obtain from the Connect method.
logonName
A user's logon name.
dataFormat
An application-defined string that is used when an application needs to maintain multiple forms of authentication data for a user (e.g., password, thumbprint image, etc.). If only one form of authentication data is needed, this string can be empty.
appSignature
The application's digital signature.
Concatenating the string representations of the following inputs in the order listed shall form the data from which a message digest is computed by the application:
An application shall compute its digital signature by encrypting the message digest with its private key.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
