CryptoKeyAccessRule Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas CryptoKeyAccessRule.
Overload
| CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType) |
Menginisialisasi instans CryptoKeyAccessRule baru kelas menggunakan nilai yang ditentukan. |
| CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType) |
Menginisialisasi instans CryptoKeyAccessRule baru kelas menggunakan nilai yang ditentukan. |
CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)
Menginisialisasi instans CryptoKeyAccessRule baru kelas menggunakan nilai yang ditentukan.
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)
Parameter
- identity
- IdentityReference
Identitas tempat aturan akses berlaku. Parameter ini harus berupa objek yang dapat dilemparkan SecurityIdentifiersebagai .
- cryptoKeyRights
- CryptoKeyRights
Operasi kunci kriptografi tempat aturan akses ini mengontrol akses.
- type
- AccessControlType
Jenis kontrol akses yang valid.
Berlaku untuk
CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)
Menginisialisasi instans CryptoKeyAccessRule baru kelas menggunakan nilai yang ditentukan.
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)
Parameter
- identity
- String
Identitas tempat aturan akses berlaku.
- cryptoKeyRights
- CryptoKeyRights
Operasi kunci kriptografi tempat aturan akses ini mengontrol akses.
- type
- AccessControlType
Jenis kontrol akses yang valid.