Table of Contents

Interface IKeyInfo

Namespace
Javax.Xml.Crypto.Dsig.Keyinfo
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/crypto/dsig/keyinfo/KeyInfo.html

public interface IKeyInfo : IXMLStructure
Inherited Members

Properties

Content

List Content { get; }

Property Value

List

Id

String Id { get; }

Property Value

String

Methods

Marshal(XMLStructure, XMLCryptoContext)

void Marshal(XMLStructure arg0, XMLCryptoContext arg1)

Parameters

arg0 XMLStructure

XMLStructure

arg1 XMLCryptoContext

XMLCryptoContext

Exceptions

MarshalException