Share via


SmtpX509Identifier.TryParseFromRegexMatch method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Protected Shared Function TryParseFromRegexMatch ( _
    match As Match, _
    <OutAttribute> ByRef subject As String, _
    <OutAttribute> ByRef commonName As SmtpDomainWithSubdomains, _
    <OutAttribute> ByRef issuer As String, _
    <OutAttribute> ByRef invalidDomainError As Boolean _
) As Boolean
'Usage
Dim match As Match
Dim subject As String
Dim commonName As SmtpDomainWithSubdomains
Dim issuer As String
Dim invalidDomainError As Boolean
Dim returnValue As Boolean

returnValue = SmtpX509Identifier.TryParseFromRegexMatch(match, _
    subject, commonName, issuer, invalidDomainError)
protected static bool TryParseFromRegexMatch(
    Match match,
    out string subject,
    out SmtpDomainWithSubdomains commonName,
    out string issuer,
    out bool invalidDomainError
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SmtpX509Identifier class

SmtpX509Identifier members

Microsoft.Exchange.Data namespace