SdpSrtpCryptoKey Constructors
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.
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)