CryptoKeySecurity.AccessRuleType Propriedade

Definição

Obtém o Type do objeto associado às regras de acesso deste objeto CryptoKeySecurity.Gets the Type of the object associated with the access rules of this CryptoKeySecurity object. O objeto Type deve ser um objeto que possa ser convertido como um objeto SecurityIdentifier.The Type object must be an object that can be cast as a SecurityIdentifier object.

public:
 virtual property Type ^ AccessRuleType { Type ^ get(); };
public override Type AccessRuleType { get; }
member this.AccessRuleType : Type
Public Overrides ReadOnly Property AccessRuleType As Type

Valor da propriedade

Type

O tipo do objeto associado às regras de acesso deste CryptoKeySecurity objeto.The type of the object associated with the access rules of this CryptoKeySecurity object.

Aplica-se a