Class SecurityDomainEvent
Provides static event descriptors for the ISecurity.
public static class SecurityDomainEvent
- Inheritance
-
SecurityDomainEvent
- Inherited Members
Properties
CertificateError
There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.
public static EventDescriptor<CdpEventArgs<CertificateErrorEventArgs>> CertificateError { get; }
Property Value
- EventDescriptor<CdpEventArgs<CertificateErrorEventArgs>>
SecurityStateChanged
The security state of the page changed. No longer being sent.
public static EventDescriptor<CdpEventArgs<SecurityStateChangedEventArgs>> SecurityStateChanged { get; }
Property Value
- EventDescriptor<CdpEventArgs<SecurityStateChangedEventArgs>>
VisibleSecurityStateChanged
The security state of the page changed.
public static EventDescriptor<CdpEventArgs<VisibleSecurityStateChangedEventArgs>> VisibleSecurityStateChanged { get; }
Property Value
- EventDescriptor<CdpEventArgs<VisibleSecurityStateChangedEventArgs>>