Class AbpStringEncryptionOptions
Inheritance
object
AbpStringEncryptionOptions
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.dll
Syntax
public class AbpStringEncryptionOptions
Constructors
AbpStringEncryptionOptions()
Declaration
public AbpStringEncryptionOptions()
Properties
DefaultPassPhrase
Declaration
public string DefaultPassPhrase { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultSalt
Declaration
public byte[] DefaultSalt { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
InitVectorBytes
Declaration
public byte[] InitVectorBytes { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Keysize
Declaration
public int Keysize { get; set; }
Property Value
Type | Description |
---|---|
int |