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 |
---|---|---|
string | encryptionAlgorithm | The encryption algorithm. |
Returns
Type | Description |
---|---|
bool |
|