C# Class Difi.SikkerDigitalPost.Klient.Security.QualifyingPropertiesObject

Inheritance: System.Security.Cryptography.Xml.DataObject
Mostrar archivo Open project: difi/sikker-digital-post-klient-dotnet

Public Methods

Method Description
QualifyingPropertiesObject ( X509Certificate2 certificate, string target, IAsiceAttachable references, XmlElement context ) : System

Private Methods

Method Description
CreateNodes ( XmlElement context ) : XmlNodeList

Method Details

QualifyingPropertiesObject() public method

public QualifyingPropertiesObject ( X509Certificate2 certificate, string target, IAsiceAttachable references, XmlElement context ) : System
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 The certificate used for signing.
target string The target attribute value of the QualifyingProperties element.
references IAsiceAttachable List of DataObjectFormat elements to be included.
context System.Xml.XmlElement The element where the signature will be placed. Used for extracting namespaces.
return System