SecureMethodAttribute Class
.NET Framework 3.0
Ensures that the infrastructure calls through an interface for a method or for each method in a class when using the security service. Classes need to use interfaces to use security services. This class cannot be inherited.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
[ComVisibleAttribute(false)] [AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited=true, AllowMultiple=false)] public sealed class SecureMethodAttribute : Attribute
/** @attribute ComVisibleAttribute(false) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited=true, AllowMultiple=false) */ public final class SecureMethodAttribute extends Attribute
ComVisibleAttribute(false) AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited=true, AllowMultiple=false) public final class SecureMethodAttribute extends Attribute
Not applicable.
Community Additions
ADD
Show: