Expand Minimize
This topic has not yet been rated - Rate this topic

MSBTS_SendPort.EncryptionCert Property (WMI)

This property contains the Name of the certificate used for outbound encryption.

The syntax shown is language neutral.


string EncryptionCert;

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"
Aa560289.note(en-us,BTS.20).gifNote
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.

Header: Declared in BTSWMISchema2K.mof or BTSWMISchemaXP.mof.

Namespace: Included in \root\MicrosoftBizTalkServer.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.