Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateMutualCertificateBindingElement throw SecurityBindingElement.CreateMutualCertificateBindingElement is not supported. #4758

Closed
DBA-org opened this issue Nov 2, 2021 · 1 comment

Comments

@DBA-org
Copy link

DBA-org commented Nov 2, 2021

not sure why but CreateMutualCertificateBindingElement isn't implmented in security:

static public SecurityBindingElement CreateMutualCertificateBindingElement(MessageSecurityVersion version, bool allowSerializedSigningTokenOnReply)
{
if (version == null)
{
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version));
}
throw ExceptionHelper.PlatformNotSupported("SecurityBindingElement.CreateMutualCertificateBindingElement is not supported.");
}

How can I use this secuirty biniding? what is the reason it's not supported? is there any implementation in older versions?
Pls advice, any idea, this is the only way I can consume this thrid party service.

@HongGit
Copy link
Contributor

HongGit commented Nov 2, 2021

duplicate of #3424, CreateMutualCertificateBindingElement requires full message security, which is not planned yet in the near future.

@HongGit HongGit closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants