Class LocalPemFileRsaDecryptorOptions
Class that represents options for the LocalPemFileRsaDecryptor.
Inheritance
System.Object
LocalPemFileRsaDecryptorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Security.Encryption
Assembly: Fibula.Security.dll
Syntax
public class LocalPemFileRsaDecryptorOptions
Properties
| Improve this Doc View SourceFilePath
Gets or sets the path to the PEM file.
Declaration
[Required(ErrorMessage = "A path for the .pem file must be speficied.")]
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |