EncryptedXml.XmlDSigSearchDepth Propiedad

Definición

Obtiene o establece la profundidad de recursividad de firma digital XML para evitar la recursividad infinita y el desbordamiento de pila. Esto puede ocurrir si el XML de firma digital contiene el URI que, a continuación, apunta al XML original.

public:
 property int XmlDSigSearchDepth { int get(); void set(int value); };
public int XmlDSigSearchDepth { get; set; }
member this.XmlDSigSearchDepth : int with get, set
Public Property XmlDSigSearchDepth As Integer

Valor de propiedad

Devuelve Int32.

Se aplica a