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
encryptionAlgorithmstringThe encryption algorithm.
Returns
- bool
trueif the encryption algorithm is supported; otherwisefalse.