EncryptedXml.XmlDSigSearchDepth 属性

定义

获取或设置 XML 数字签名递归深度以避免无穷递归和堆栈溢出。 如果包括了 URI 的数字签名 XML 随后指回原始 XML,则可能发生这种情况。

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

属性值

Int32

返回 Int32

适用于