SecureBlackbox 2020 .NET Edition

Questions / Feedback?

EmbedCertificateMethod Property

Controls the certificate disposition within the signature.

Syntax

public SoapquicksignerEmbedCertificateMethods EmbedCertificateMethod { get; set; }

enum SoapquicksignerEmbedCertificateMethods { cwecInSignature, cwecInBinarySecurityToken, cwecInSignedBinarySecurityToken, cwecInBinarySecurityTokenAndSignature, cwecNone }
Public Property EmbedCertificateMethod As SoapquicksignerEmbedCertificateMethods

Enum SoapquicksignerEmbedCertificateMethods cwecInSignature cwecInBinarySecurityToken cwecInSignedBinarySecurityToken cwecInBinarySecurityTokenAndSignature cwecNone End Enum

Default Value

1

Remarks

This property controls the method of embedding the signing certificate(s) into the signature if WS-Security signature type is used.

Supported values:

cwecInSignature0Embed certificate(s) into the signature
cwecInBinarySecurityToken1Embed certificate(s) into the BinarySecurityToken element
cwecInSignedBinarySecurityToken2Embed certificate(s) into the BinarySecurityToken element and sign them
cwecInBinarySecurityTokenAndSignature3Embed certificate(s) into the BinarySecurityToken element and the signature
cwecNone4Don't embed certificate(s) into the BinarySecurityToken element or the signature

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]