Table of Contents

Interface IKeyInfo

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

.NET interface for TO BE DEFINED FROM USER

public interface IKeyInfo : IXMLStructure
Inherited Members

Properties

Content

List<XMLStructure> Content { get; }

Property Value

List<XMLStructure>

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