You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: