Class StringEncryptionService_Tests
Inheritance
object
StringEncryptionService_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Security.Encryption
Assembly: Volo.Abp.Security.Tests.dll
Syntax
public class StringEncryptionService_Tests : AbpIntegratedTest<AbpSecurityTestModule>, IDisposable
Constructors
StringEncryptionService_Tests()
Declaration
public StringEncryptionService_Tests()
Methods
Should_Enrypt_And_Decrpyt_With_Default_Options(string)
Declaration
public void Should_Enrypt_And_Decrpyt_With_Default_Options(string plainText)
Parameters
| Type | Name | Description |
|---|---|---|
| string | plainText |
Implements
System.IDisposable