Udostępnij za pośrednictwem


AccessRule<T> Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

Przeciążenia

AccessRule<T>(IdentityReference, T, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

AccessRule<T>(String, T, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

AccessRule<T>(IdentityReference, T, InheritanceFlags, PropagationFlags, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

AccessRule<T>(String, T, InheritanceFlags, PropagationFlags, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

AccessRule<T>(IdentityReference, T, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

public:
 AccessRule(System::Security::Principal::IdentityReference ^ identity, T rights, System::Security::AccessControl::AccessControlType type);
public AccessRule (System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.AccessRule<'T (requires 'T : struct)> : System.Security.Principal.IdentityReference * 'T * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.AccessRule<'T (requires 'T : struct)>
Public Sub New (identity As IdentityReference, rights As T, type As AccessControlType)

Parametry

identity
IdentityReference

Tożsamość, do której ma zastosowanie reguła dostępu.

rights
T

Prawa reguły dostępu.

type
AccessControlType

Prawidłowy typ kontroli dostępu.

Dotyczy

AccessRule<T>(String, T, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

public:
 AccessRule(System::String ^ identity, T rights, System::Security::AccessControl::AccessControlType type);
public AccessRule (string identity, T rights, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.AccessRule<'T (requires 'T : struct)> : string * 'T * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.AccessRule<'T (requires 'T : struct)>
Public Sub New (identity As String, rights As T, type As AccessControlType)

Parametry

identity
String

Tożsamość, do której ma zastosowanie reguła dostępu.

rights
T

Prawa reguły dostępu.

type
AccessControlType

Prawidłowy typ kontroli dostępu.

Dotyczy

AccessRule<T>(IdentityReference, T, InheritanceFlags, PropagationFlags, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

public:
 AccessRule(System::Security::Principal::IdentityReference ^ identity, T rights, System::Security::AccessControl::InheritanceFlags inheritanceFlags, System::Security::AccessControl::PropagationFlags propagationFlags, System::Security::AccessControl::AccessControlType type);
public AccessRule (System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.AccessRule<'T (requires 'T : struct)> : System.Security.Principal.IdentityReference * 'T * System.Security.AccessControl.InheritanceFlags * System.Security.AccessControl.PropagationFlags * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.AccessRule<'T (requires 'T : struct)>
Public Sub New (identity As IdentityReference, rights As T, inheritanceFlags As InheritanceFlags, propagationFlags As PropagationFlags, type As AccessControlType)

Parametry

identity
IdentityReference

Tożsamość, do której ma zastosowanie reguła dostępu.

rights
T

Prawa reguły dostępu.

inheritanceFlags
InheritanceFlags

Właściwości dziedziczenia reguły dostępu.

propagationFlags
PropagationFlags

Czy dziedziczone reguły dostępu są automatycznie propagowane. Flagi propagacji są ignorowane, jeśli inheritanceFlags ustawiono wartość None.

type
AccessControlType

Prawidłowy typ kontroli dostępu.

Dotyczy

AccessRule<T>(String, T, InheritanceFlags, PropagationFlags, AccessControlType)

Inicjuje nowe wystąpienie klasy AccessRule'1 przy użyciu określonych wartości.

public:
 AccessRule(System::String ^ identity, T rights, System::Security::AccessControl::InheritanceFlags inheritanceFlags, System::Security::AccessControl::PropagationFlags propagationFlags, System::Security::AccessControl::AccessControlType type);
public AccessRule (string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.AccessRule<'T (requires 'T : struct)> : string * 'T * System.Security.AccessControl.InheritanceFlags * System.Security.AccessControl.PropagationFlags * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.AccessRule<'T (requires 'T : struct)>
Public Sub New (identity As String, rights As T, inheritanceFlags As InheritanceFlags, propagationFlags As PropagationFlags, type As AccessControlType)

Parametry

identity
String

Tożsamość, do której ma zastosowanie reguła dostępu.

rights
T

Prawa reguły dostępu.

inheritanceFlags
InheritanceFlags

Właściwości dziedziczenia reguły dostępu.

propagationFlags
PropagationFlags

Czy dziedziczone reguły dostępu są automatycznie propagowane. Flagi propagacji są ignorowane, jeśli inheritanceFlags ustawiono wartość None.

type
AccessControlType

Prawidłowy typ kontroli dostępu.

Dotyczy