Click or drag to resize

CryptoSuite Class

Defines valid SDP crypto suites.
Inheritance Hierarchy
SystemObject
  FM.IceLink.SdpCryptoSuite

Namespace:  FM.IceLink.Sdp
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The CryptoSuite type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAesCm128HmacSha132
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
Public propertyStatic memberAesCM128HmacSha180
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
Public propertyStatic memberNullHmacSha132
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
Public propertyStatic memberNullHmacSha180
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
Top
Methods
  NameDescription
Public methodStatic memberGetCryptoSuite
Converts an EncryptionMode enum to a crypto-suite string.
Public methodStatic memberGetEncryptionMode
Converts a crypto-suite string to an EncryptionMode enum.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also