Mailbox.UserCertificate property
Gets or sets the digital certificate used to sign the user’s email messages.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property UserCertificate As MultiValuedProperty(Of Byte())
Get
Set
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of Byte())
value = instance.UserCertificate
instance.UserCertificate = value
public MultiValuedProperty<byte[]> UserCertificate { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<[]>
One or more digital certificates.