SdpEncryptionKey.Method 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 method.
public:
property Microsoft::Rtc::Signaling::SdpEncryptionMethod Method { Microsoft::Rtc::Signaling::SdpEncryptionMethod get(); void set(Microsoft::Rtc::Signaling::SdpEncryptionMethod value); };
public Microsoft.Rtc.Signaling.SdpEncryptionMethod Method { get; set; }
member this.Method : Microsoft.Rtc.Signaling.SdpEncryptionMethod with get, set
Public Property Method As SdpEncryptionMethod