SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SSHSettingsGSSMechanisms (property)

A comma-separated list of GSS mechanisms to use.

Syntax

@property (nonatomic,readwrite,assign,getter=SSHSettingsGSSMechanisms,setter=setSSHSettingsGSSMechanisms:) NSString* SSHSettingsGSSMechanisms;
- (NSString*)SSHSettingsGSSMechanisms;
- (void)setSSHSettingsGSSMechanisms:(NSString*)newSSHSettingsGSSMechanisms;
public var SSHSettingsGSSMechanisms: String {
  get {...}
set {...} }

Default Value

""

Remarks

A comma-separated list of GSS mechanisms to use. Two values are currently supported: lib and SSPI.

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