Compartilhar via


AuthServer.CertificateStrings property

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

Syntax

'Declaration
Public ReadOnly Property CertificateStrings As MultiValuedProperty(Of String)
    Get
'Usage
Dim instance As AuthServer
Dim value As MultiValuedProperty(Of String)

value = instance.CertificateStrings
public MultiValuedProperty<string> CertificateStrings { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>

See also

Reference

AuthServer class

AuthServer members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace