OperationInfoBase.PrincipalPermissionName 属性

定义

获取或设置与操作的安全上下文关联的用户名。Gets or sets the user name associated with the security context of the operation.

public:
 virtual property System::String ^ PrincipalPermissionName { System::String ^ get(); void set(System::String ^ value); };
public virtual string PrincipalPermissionName { get; set; }
member this.PrincipalPermissionName : string with get, set
Public Overridable Property PrincipalPermissionName As String

属性值

String

一个字符串,表示与操作的安全上下文关联的用户名。A string representing the user name associated with the security context of the operation.

适用于