AudioVideoFlowTemplate.EncryptionPolicy 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.
Gets or sets the encryption policy.
The EncryptionPolicy may be applied to an AudioVideoFlow by calling the AudioVideoFlow's Initialize method.
It is recommended that an EncryptionPolicy value of either Required or Optional be applied to secure media communications. However, the EncryptionPolicy applied via an AudioVideoFlowTemplate may be superseded by an encryption policy set by administration configuration.
public:
property Microsoft::Rtc::Collaboration::AudioVideo::MediaEncryption EncryptionPolicy { Microsoft::Rtc::Collaboration::AudioVideo::MediaEncryption get(); void set(Microsoft::Rtc::Collaboration::AudioVideo::MediaEncryption value); };
public Microsoft.Rtc.Collaboration.AudioVideo.MediaEncryption EncryptionPolicy { get; set; }
member this.EncryptionPolicy : Microsoft.Rtc.Collaboration.AudioVideo.MediaEncryption with get, set
Public Property EncryptionPolicy As MediaEncryption
Property Value
Exceptions
Thrown when assigned value is not defined in enumerated type.