SecurityPermissionAttribute.SkipVerification Property

Definition

Gets or sets a value indicating whether permission to bypass code verification is declared.

public bool SkipVerification { get; set; }
Property Value

true if permission to bypass code verification is declared; otherwise, false.

Remarks

Caution

This is a powerful permission that should be granted only to highly trusted code.