Share via


NWTlsParameters.SslCipherSuites Property

Definition

Gets or sets an array of cipher suites to use for TLS.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet<Foundation.NSNumber>? SslCipherSuites { [Foundation.Export("SSLCipherSuites", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSSLCipherSuites:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("SSLCipherSuites", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSSLCipherSuites:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SslCipherSuites : Foundation.NSSet<Foundation.NSNumber> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to