SmtpX509IdentifierEx.Matches method (TlsCertificate)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Matches ( _
certificate As TlsCertificate _
) As Boolean
'Usage
Dim instance As SmtpX509IdentifierEx
Dim certificate As TlsCertificate
Dim returnValue As Boolean
returnValue = instance.Matches(certificate)
public bool Matches(
TlsCertificate certificate
)
Parameters
- certificate
Type: Microsoft.Exchange.Data.TlsCertificate
Return value
Type: System.Boolean