CryptoKeyAccessRule Konstruktorów
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Inicjuje nowe wystąpienie klasy CryptoKeyAccessRule.
Przeciążenia
| Nazwa | Opis |
|---|---|
| CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType) |
Inicjuje CryptoKeyAccessRule nowe wystąpienie klasy przy użyciu określonych wartości. |
| CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType) |
Inicjuje CryptoKeyAccessRule nowe wystąpienie klasy przy użyciu określonych wartości. |
CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)
Inicjuje CryptoKeyAccessRule nowe wystąpienie klasy przy użyciu określonych wartości.
public:
CryptoKeyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::CryptoKeyRights cryptoKeyRights, System::Security::AccessControl::AccessControlType type);
public CryptoKeyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.CryptoKeyRights cryptoKeyRights, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.CryptoKeyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.CryptoKeyRights * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.CryptoKeyAccessRule
Public Sub New (identity As IdentityReference, cryptoKeyRights As CryptoKeyRights, type As AccessControlType)
Parametry
- identity
- IdentityReference
Tożsamość, do której ma zastosowanie reguła dostępu. Ten parametr musi być obiektem, który można rzutować jako SecurityIdentifier.
- cryptoKeyRights
- CryptoKeyRights
Operacja klucza kryptograficznego, do której ta reguła dostępu kontroluje dostęp.
- type
- AccessControlType
Prawidłowy typ kontroli dostępu.
Dotyczy
CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)
Inicjuje CryptoKeyAccessRule nowe wystąpienie klasy przy użyciu określonych wartości.
public:
CryptoKeyAccessRule(System::String ^ identity, System::Security::AccessControl::CryptoKeyRights cryptoKeyRights, System::Security::AccessControl::AccessControlType type);
public CryptoKeyAccessRule(string identity, System.Security.AccessControl.CryptoKeyRights cryptoKeyRights, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.CryptoKeyAccessRule : string * System.Security.AccessControl.CryptoKeyRights * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.CryptoKeyAccessRule
Public Sub New (identity As String, cryptoKeyRights As CryptoKeyRights, type As AccessControlType)
Parametry
- identity
- String
Tożsamość, do której ma zastosowanie reguła dostępu.
- cryptoKeyRights
- CryptoKeyRights
Operacja klucza kryptograficznego, do której ta reguła dostępu kontroluje dostęp.
- type
- AccessControlType
Prawidłowy typ kontroli dostępu.