XmlTransformation
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
public abstract class XmlTransformation
Hierarquia: object → XmlTransformation
Construtores
XmlTransformation()
protected XmlTransformation()
Campos
C14N
public static readonly XmlTransformation C14N
Retorno
C14NWithComments
public static readonly XmlTransformation C14NWithComments
Retorno
EnvelopedSignature
public static readonly XmlTransformation EnvelopedSignature
Retorno
ExclusiveC14N
public static readonly XmlTransformation ExclusiveC14N
Retorno
ExclusiveC14NWithComments
public static readonly XmlTransformation ExclusiveC14NWithComments
Retorno
Propriedades
Name
public abstract string Name { get; }
Retorno
Uri
public abstract string Uri { get; }
Retorno
Métodos
CreateXPathTransformation()
Creates an XPath XML transformation with default exclude Signature elements: not(ancestor-or-self::ds:Signature)
public static XmlTransformation CreateXPathTransformation()
Retorno
CreateXPathTransformation(string, NamespaceManager)
Creates an XPath XML transformation with specified parameters
public static XmlTransformation CreateXPathTransformation(string xpath, NamespaceManager nsm)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
xpath | string | |
nsm | NamespaceManager |
Retorno
Equals(object)
public override bool Equals(object obj)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
obj | object |
Retorno
Equals(XmlTransformation)
public bool Equals(XmlTransformation other)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
other | XmlTransformation |
Retorno
GetCanonicalizations()
public static List<XmlTransformation> GetCanonicalizations()
Retorno
GetHashCode()
public override int GetHashCode()
Retorno
GetInstanceByUri(string)
public static XmlTransformation GetInstanceByUri(string uri)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
uri | string |
Retorno
Operadores
operator !=(XmlTransformation, XmlTransformation)
public static bool operator !=(XmlTransformation a, XmlTransformation b)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
a | XmlTransformation | |
b | XmlTransformation |
Retorno
operator ==(XmlTransformation, XmlTransformation)
public static bool operator ==(XmlTransformation a, XmlTransformation b)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
a | XmlTransformation | |
b | XmlTransformation |
Retorno
Membros herdados
ToString(), Equals(object, object), ReferenceEquals(object, object), GetType(), MemberwiseClone()