IHttpInterceptor..::..GetScopesFromClientCertificate Method
New in V4.301: Validates a client certificate and returns a list of permitted scopeIDs for the connection request
This function is called during the initial ISB Connection
Namespace:
nsCDEngine.CommunicationAssembly: C-DEngine (in C-DEngine.dll)
Syntax
List<string> GetScopesFromClientCertificate( TheRequestData pReq )
Function GetScopesFromClientCertificate ( _ pReq As TheRequestData _ ) As List(Of String)
List<String^>^ GetScopesFromClientCertificate( TheRequestData^ pReq )
Parameters
- pReq
- Type: nsCDEngine.ViewModels..::..TheRequestData
TheRequestData containing the Client Certificate