Edit

Share via


SdpSrtpCryptoKey Constructors

Definition

Overloads

SdpSrtpCryptoKey()
SdpSrtpCryptoKey(SdpSrtpCryptoKey)

SdpSrtpCryptoKey()

public:
 SdpSrtpCryptoKey();
public SdpSrtpCryptoKey ();
Public Sub New ()

Applies to

SdpSrtpCryptoKey(SdpSrtpCryptoKey)

public:
 SdpSrtpCryptoKey(Microsoft::Rtc::Internal::Collaboration::Media::SdpSrtpCryptoKey ^ k);
public SdpSrtpCryptoKey (Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey k);
new Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey : Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey -> Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey
Public Sub New (k As SdpSrtpCryptoKey)

Parameters

Applies to