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
- match
Type: System.Text.RegularExpressions.Match
- subject
Type: System.String
- commonName
Type: Microsoft.Exchange.Data.SmtpDomainWithSubdomains
- issuer
Type: System.String
- invalidDomainError
Type: System.Boolean
Return value
Type: System.Boolean