Click or drag to resize

ScepConfigurationRequestWaitingApproval Property

A boolean value representing the client behavior if the SCEP server indicates that the certificate request is pending manual approval. If true then the SCEP server will be periodically polled in the background. Provide an indication that the certificate request is pending but do not prevent the application from being used. If false then the application is prevented from being used until a certificate is received or the request is rejected.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool RequestWaitingApproval { get; set; }

Property Value

Type: Boolean
See Also