SSLAuthenticateClients (property)

If true, the server asks the client(s) for a certificate.

Syntax

@property (nonatomic,readwrite,assign,getter=SSLAuthenticateClients,setter=setSSLAuthenticateClients:) BOOL SSLAuthenticateClients;
- (BOOL)SSLAuthenticateClients;
- (void)setSSLAuthenticateClients:(BOOL)newSSLAuthenticateClients;
public var SSLAuthenticateClients: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property is used in conjunction with the SSLClientAuthentication event. Please refer to the documentation of the SSLClientAuthentication event for details.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 iOS Edition - Version 20.0 [Build 8202]