IMediaEndpoint.BeginSetSrtpCryptoKeys(SdpSrtpCryptoKey, SdpSrtpCryptoKey, AsyncCallback, Object) Method

Definition

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

Returns

IAsyncResult

Applies to