Pular para o conteúdo principal

XmlTransformation

Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class

public abstract class XmlTransformation

Hierarquia: objectXmlTransformation

Construtores

XmlTransformation()

protected XmlTransformation()

Campos

C14N

public static readonly XmlTransformation C14N

Retorno

XmlTransformation


C14NWithComments

public static readonly XmlTransformation C14NWithComments

Retorno

XmlTransformation


EnvelopedSignature

public static readonly XmlTransformation EnvelopedSignature

Retorno

XmlTransformation


ExclusiveC14N

public static readonly XmlTransformation ExclusiveC14N

Retorno

XmlTransformation


ExclusiveC14NWithComments

public static readonly XmlTransformation ExclusiveC14NWithComments

Retorno

XmlTransformation


Propriedades

Name

public abstract string Name { get; }

Retorno

string


Uri

public abstract string Uri { get; }

Retorno

string


Métodos

CreateXPathTransformation()

Creates an XPath XML transformation with default exclude Signature elements: not(ancestor-or-self::ds:Signature)

public static XmlTransformation CreateXPathTransformation()

Retorno

XmlTransformation


CreateXPathTransformation(string, NamespaceManager)

Creates an XPath XML transformation with specified parameters

public static XmlTransformation CreateXPathTransformation(string xpath, NamespaceManager nsm)

Parâmetros

NomeTipoDescrição
xpathstring
nsmNamespaceManager

Retorno

XmlTransformation


Equals(object)

public override bool Equals(object obj)

Parâmetros

NomeTipoDescrição
objobject

Retorno

bool


Equals(XmlTransformation)

public bool Equals(XmlTransformation other)

Parâmetros

NomeTipoDescrição
otherXmlTransformation

Retorno

bool


GetCanonicalizations()

public static List<XmlTransformation> GetCanonicalizations()

Retorno

List<XmlTransformation>


GetHashCode()

public override int GetHashCode()

Retorno

int


GetInstanceByUri(string)

public static XmlTransformation GetInstanceByUri(string uri)

Parâmetros

NomeTipoDescrição
uristring

Retorno

XmlTransformation


Operadores

operator !=(XmlTransformation, XmlTransformation)

public static bool operator !=(XmlTransformation a, XmlTransformation b)

Parâmetros

NomeTipoDescrição
aXmlTransformation
bXmlTransformation

Retorno

bool


operator ==(XmlTransformation, XmlTransformation)

public static bool operator ==(XmlTransformation a, XmlTransformation b)

Parâmetros

NomeTipoDescrição
aXmlTransformation
bXmlTransformation

Retorno

bool


Membros herdados

ToString(), Equals(object, object), ReferenceEquals(object, object), GetType(), MemberwiseClone()