Show / Hide Table of Contents

Class EncryptedObjectPKCS7

Bouncy Castle CMS encrypted object

Inheritance
System.Object
BusinessObject
EncryptedObject
EncryptedObjectPKCS7
Inherited Members
EncryptedObject.EncryptionScheme
EncryptedObject.CipherText
BusinessObject.BoTyp
BusinessObject.USER_PROPERTIES_NAME
BusinessObject.UserProperties
BusinessObject.GetBoTyp()
BusinessObject.SetBoTyp(String)
BusinessObject.versionStruktur
BusinessObject.guid
BusinessObject.GetJsonScheme()
BusinessObject.GetJsonSchema(Type)
BusinessObject.GetURI(Boolean)
BusinessObject.GetBoKeyNames()
BusinessObject.GetBoKeyNames(Type)
BusinessObject.GetExpandablePropertyNames(Type)
BusinessObject.GetExpandableFieldNames(String)
BusinessObject.GetExpandablePropertyNames(Type, Boolean)
BusinessObject.GetBoKeys()
BusinessObject.GetBoKeyProps(Type)
BusinessObject.Equals(Object)
BusinessObject.Equals(BusinessObject)
BusinessObject.GetHashCode()
BusinessObject.DeserializationFixes(StreamingContext)
BusinessObject.IsValid()
Namespace: BO4E.BO
Assembly: BO4E-dotnet.Extensions.Encryption.dll
Syntax
public class EncryptedObjectPKCS7 : EncryptedObject

Constructors

| Improve this Doc View Source

EncryptedObjectPKCS7(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 Source

PublicKeys

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>

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX