Class EncryptedObjectPKCS7
Bouncy Castle CMS encrypted object
Inherited Members
Namespace: BO4E.BO
Assembly: BO4E-dotnet.Extensions.Encryption.dll
Syntax
public class EncryptedObjectPKCS7 : EncryptedObject
Constructors
| Improve this Doc View SourceEncryptedObjectPKCS7(String, List<String>)
Declaration
public EncryptedObjectPKCS7(string cipherText, List<string> publicKeys)
Parameters
Type | Name | Description |
---|---|---|
System.String | cipherText | base64 encoded cipher text |
List<System.String> | publicKeys | list of public keys for which the object is decrypt-able |
Properties
| Improve this Doc View SourcePublicKeys
list of public keys for which the object is decrypt-able
Declaration
public List<string> PublicKeys { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |