Interface IHasSecurityDeclaration
- Namespace
- AsmResolver.DotNet
- Assembly
- AsmResolver.DotNet.dll
Represents a member that can be assigned security declarations, and can be referenced by a HasDeclSecurity coded index.
public interface IHasSecurityDeclaration : IMetadataMember
- Inherited Members
Properties
SecurityDeclarations
Gets a collection of security declarations assigned to the member.
IList<SecurityDeclaration> SecurityDeclarations { get; }