Share via


NSUrlSessionTaskTransactionMetrics.NegotiatedTlsCipherSuite Property

Definition

[ObjCRuntime.BindAs(typeof(System.Nullable<Security.TlsCipherSuite>), OriginalType=typeof(Foundation.NSNumber))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Security.TlsCipherSuite? NegotiatedTlsCipherSuite { [Foundation.Export("negotiatedTLSCipherSuite", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindAs(typeof(System.Nullable<Security.TlsCipherSuite>), OriginalType=typeof(Foundation.NSNumber))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("negotiatedTLSCipherSuite", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.NegotiatedTlsCipherSuite : Nullable<Security.TlsCipherSuite>

Property Value

Attributes

Applies to