SRtpStreamConfigurationKey Property |
Gets or sets the key used to encrypt the RTP/RTCP stream.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic OffsetBuffer<byte> Key { get; set; }
Public Property Key As OffsetBuffer(Of Byte)
Get
Set
public:
property OffsetBuffer<unsigned char>^ Key {
OffsetBuffer<unsigned char>^ get ();
void set (OffsetBuffer<unsigned char>^ value);
}
member Key : OffsetBuffer<byte> with get, set
Property Value
Type:
OffsetBufferByte
The encryption key.
See Also