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