Click or drag to resize
SRtpStreamConfigurationKey Property
Gets or sets the key used to encrypt the RTP/RTCP stream.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public OffsetBuffer<byte> Key { get; set; }

Property Value

Type: OffsetBufferByte
The encryption key.
See Also