MSBTS_SendPort.EncryptionCert Property (WMI)
This property contains the Name of the certificate used for outbound encryption.
The syntax shown is language neutral.
This property is read-write.
The default value for this parameter is "".
The syntax shown is language neutral.The maximum length for this property is 256 characters.
The string must be constructed as shown below with appropriate values filled in and no extra spaces:
"E=, C=, S=, L=, O=, OU=, CN="
For example, the following string specifies a certificate for a fictitious sample:
"E=lab, C=US, S=Wa, L=Redmond, O=Microsoft, OU=BizTalk, CN=EncryptSample"
Note |
|---|
| The certificate must be specified in this order and without extra spaces and must not be longer than 256 characters. |
This property wraps the managed Microsoft.BizTalk.ExplorerOM.SendPort.EncryptionCert property. For more information about this property, see EncryptionCert.

Note