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 |
|