CredentialRequestedEventArgs.Submit method
Apply the updated credential.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub Submit ( _
domainAndUsername As String, _
password As String, _
savePassword As Boolean _
)
'Usage
Dim instance As CredentialRequestedEventArgs
Dim domainAndUsername As String
Dim password As String
Dim savePassword As Boolean
instance.Submit(domainAndUsername, password, _
savePassword)
public void Submit(
string domainAndUsername,
string password,
bool savePassword
)
Parameters
- domainAndUsername
Type: System.String
- password
Type: System.String
- savePassword
Type: System.Boolean
See also
Reference
CredentialRequestedEventArgs class