ValidateCredentialsAsync
IAsyncSmtpClient.ValidateCredentialsAsync method
执行凭据验证
public Task<bool> ValidateCredentialsAsync(IConnection connection = null,
CancellationToken token = default)
范围 | 类型 | 描述 |
---|---|---|
connection | IConnection | 连接到服务器 |
token | CancellationToken | 传播应取消操作的通知。 |
返回值
如果身份验证成功,则为真,否则为假。
也可以看看
- interface IConnection
- interface IAsyncSmtpClient
- 命名空间 Aspose.Email.Clients.Smtp
- 部件 Aspose.Email