Table of Contents

Interface IXmlEncryptionExtension

Namespace
ComponentSpace.Saml2.XmlSecurity.Encryption
Assembly
ComponentSpace.Saml2.dll

Supports XML encryption extensions.

public interface IXmlEncryptionExtension

Methods

IsSupported(string)

Indicates whether the encryption algorithm is supported by this extension.

bool IsSupported(string encryptionAlgorithm)

Parameters

encryptionAlgorithm string

The encryption algorithm.

Returns

bool

true if the encryption algorithm is supported; otherwise false.