Edit

Share via


AudioVideoFlowTemplate.EncryptionPolicy Property

Definition

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.

Applies to