After an authentication request this function can be called to obtain a bitmap of the grid.
C++ syntaxpublic : HRESULT GetAuthenticationImage(VARIANT *imageData);
C# syntaxobject GetAuthenticationImage();
Parameters
imageData A byte array containing a bitmap of the grid.
Return value
Returns S_OK if successful.
Call this function before an authentication request to add a RADIUS payload attribute to inform the DSS that the user's GrIDsure PIP should be changed.
C++ syntaxpublic : HRESULT SetGridResetPIPAttribute(void);
C# syntaxvoid SetGridResetPIPAttribute();
Parameters
None
Return value
Always returns S_OK
After an authentication request this property will return an array of RADIUS payload attributes returned by the DSS. Each payload attribute will be returned as a struct RADIUSPayloadAttribute.
C++ syntaxpublic : HRESULT get_payload(SAFEARRAY(struct RADIUSPayloadAttribute) * payload);
C# syntaxpublic Array payload { get; }
After an authentication request this property will return the GrIDsure challenge.
C++ syntaxpublic : HRESULT get_grIDsureMessage(BSTR *message);
C# syntaxpublic string grIDsureMessage { get; }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy