HandshakeCompletedEvent.CipherSuite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the cipher suite in use by the session which was produced by the handshake.
public virtual string? CipherSuite { [Android.Runtime.Register("getCipherSuite", "()Ljava/lang/String;", "GetGetCipherSuiteHandler")] get; }
[<get: Android.Runtime.Register("getCipherSuite", "()Ljava/lang/String;", "GetGetCipherSuiteHandler")>]
member this.CipherSuite : string
Property Value
the name of the cipher suite negotiated during this session.
- Attributes
Remarks
Returns the cipher suite in use by the session which was produced by the handshake. (This is a convenience method for getting the ciphersuite from the SSLsession.)
Java documentation for javax.net.ssl.HandshakeCompletedEvent.getCipherSuite()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.