Show / Hide Table of Contents

Interface IXmlEncryptionExtension

Supports XML encryption extensions.

Namespace: ComponentSpace.Saml2.XmlSecurity.Encryption
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface IXmlEncryptionExtension

Methods

IsSupported(String)

Indicates whether the encryption algorithm is supported by this extension.

Declaration
bool IsSupported(string encryptionAlgorithm)
Parameters
Type Name Description
System.String encryptionAlgorithm

The encryption algorithm.

Returns
Type Description
System.Boolean

true if the encryption algorithm is supported; otherwise false.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.