After an authentication request this property will return the type of grid.
C++ syntaxpublic : HRESULT get_grIDsureGridType(LONG* gridType);
C# syntaxpublic int grIDsureGridType { get; }
Return value
Property |
Description |
A value representing the type of user name expected for authentications through a Defender Access Node. | |
Determines whether a user is to be Defender authenticated through a Defender Security Server and Defender Access Node. |
Returns a value representing the type of user name expected for authentications through the passed Defender Access Node. The accessNode parameter should be the common name.
C++ syntaxpublic : HRESULT get_userIdType( BSTR accessNode, LONG* pVal);
C# syntaxpublic virtual int get_userIdType(string accessNode)
Return value
Returns a non-zero value if the user is Defender authenticated. Otherwise, returns zero.
The user will be Defender authenticated if all of the following is true:
C++ syntaxpublic : HRESULT isUserDefenderAuthenticated( BSTR domain, BSTR samAccountName, BSTR accessNode, BSTR dssIpAddress, VARIANT_BOOL* pVal);;
C# syntaxpublic virtual int get_isUserDefenderAuthenticated(string domain, string samAccountName, string accessNode, string dssIpAddress)
Parameters
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Términos de uso Privacidad