Saml2ProxyRestriction.Count 属性
定义
获取或设置断言方允许在此断言和具有无限颁发的断言之间存在的指示的最大数量。Gets or sets the maximum number of indirections that the asserting party permits to exist between this assertion and an assertion which has ultimately been issued on the basis of it.
public:
property Nullable<int> Count { Nullable<int> get(); void set(Nullable<int> value); };
public int? Count { get; set; }
member this.Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)
属性值
可以为 null 的整数。A nullable integer. null 指示特性未设置且间接数没有设置限制。null indicates that the attribute is not set and no limitation is set on the number of indirections.
例外
尝试设置一个不是 null 且小于零的值。An attempt to set a value that is not null and is less than zero occurs.
注解
Count 属性。The Count attribute.