ObjectSecurity.SetGroup(IdentityReference) メソッド

定義

この ObjectSecurity オブジェクトに関連付けられているセキュリティ記述子のプライマリ グループを設定します。

public:
 void SetGroup(System::Security::Principal::IdentityReference ^ identity);
public void SetGroup (System.Security.Principal.IdentityReference identity);
member this.SetGroup : System.Security.Principal.IdentityReference -> unit
Public Sub SetGroup (identity As IdentityReference)

パラメーター

identity
IdentityReference

設定するプライマリ グループ。

適用対象