PipeSecurity.AccessRightType 属性

定义

获取与当前 Type 对象关联的可保护对象的 PipeSecurity

public:
 virtual property Type ^ AccessRightType { Type ^ get(); };
public override Type AccessRightType { get; }
member this.AccessRightType : Type
Public Overrides ReadOnly Property AccessRightType As Type

属性值

与当前 PipeSecurity 对象关联的可保护对象的类型。

注解

派生自 类的 ObjectSecurity 类会重写 AccessRightType 属性,并返回它们用于表示访问权限的类型。 使用包含多种类型的安全对象的数组或集合时,请使用此属性来确定要用于每个安全对象的正确枚举类型。

适用于