BeginChangeCertificate Method (X509Certificate, AsyncCallback, Object)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginChangeCertificate ( _
certificate As X509Certificate, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As CollaborationPlatform
Dim certificate As X509Certificate
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginChangeCertificate(certificate, _
userCallback, state)
public IAsyncResult BeginChangeCertificate(
X509Certificate certificate,
AsyncCallback userCallback,
Object state
)
Parameters
- certificate
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate
- userCallback
Type: System..::..AsyncCallback
- state
Type: System..::..Object
Return Value
Type: System..::..IAsyncResult