Class WebPageSecurityModel
Class representing model of security properties of a web page.
public sealed class WebPageSecurityModel
- Inheritance
-
objectWebPageSecurityModel
- Extension Methods
Properties
IsSecured
Flag indicating if web page is secured and requires authentication to access.
public bool IsSecured { get; set; }
Property Value
- bool
- See Also