IMediaEndpoint.BeginSetSrtpCryptoKeys(SdpSrtpCryptoKey, SdpSrtpCryptoKey, AsyncCallback, Object) Method
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.
public:
IAsyncResult ^ BeginSetSrtpCryptoKeys(Microsoft::Rtc::Internal::Collaboration::Media::SdpSrtpCryptoKey ^ localKey, Microsoft::Rtc::Internal::Collaboration::Media::SdpSrtpCryptoKey ^ remoteKey, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginSetSrtpCryptoKeys (Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey localKey, Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey remoteKey, AsyncCallback callback, object state);
abstract member BeginSetSrtpCryptoKeys : Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey * Microsoft.Rtc.Internal.Collaboration.Media.SdpSrtpCryptoKey * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetSrtpCryptoKeys (localKey As SdpSrtpCryptoKey, remoteKey As SdpSrtpCryptoKey, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- localKey
- SdpSrtpCryptoKey
- remoteKey
- SdpSrtpCryptoKey
- callback
- AsyncCallback
- state
- Object