Class AbpStringEncryptionOptions
Inheritance
AbpStringEncryptionOptions
Assembly: Volo.Abp.Security.dll
Syntax
public class AbpStringEncryptionOptions
Constructors
AbpStringEncryptionOptions()
Declaration
public AbpStringEncryptionOptions()
Properties
DefaultPassPhrase
Declaration
public string DefaultPassPhrase { get; set; }
Property Value
DefaultSalt
Declaration
public byte[] DefaultSalt { get; set; }
Property Value
InitVectorBytes
Declaration
public byte[] InitVectorBytes { get; set; }
Property Value
Keysize
Declaration
public int Keysize { get; set; }
Property Value
Extension Methods