Interface SymmetricAlgorithm
Namespace: System.Security.Encryption
Interface defines methods which all implementations of symmetric algorithms must inherit.
Methods
GetInstance
procedure GetInstance(DotNetSymmetricAlgorithm: DotNet "System.Security.Cryptography.SymmetricAlgorithm")
Parameters
| Name | Type | Description |
|---|---|---|
| DotNetSymmetricAlgorithm | DotNet "System.Security.Cryptography.SymmetricAlgorithm" |
XmlEncrypmentMethodUrl
Returns Url of the encrypment method used
procedure XmlEncrypmentMethodUrl(): Text
Returns
| Type | Description |
|---|---|
| Text |
An string containing the encrypment method Url. |