EncryptedXml.XmlDSigSearchDepth プロパティ

定義

無限再帰とスタック オーバーフローが発生しないように、XML デジタル署名再帰深度を取得または設定します。 無限再帰とスタック オーバーフローは、デジタル署名の XML に URI が含まれ、それが元の 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 を返します。

適用対象