This topic has not yet been rated - Rate this topic

StorePermissionAttribute Properties

  Name Description
Public property Action  Gets or sets a security action. (inherited from SecurityAttribute)
Public property AddToStore Gets or sets a value indicating whether the code is permitted to add to a store.
Public property CreateStore Gets or sets a value indicating whether the code is permitted to create a store.
Public property DeleteStore Gets or sets a value indicating whether the code is permitted to delete a store.
Public property EnumerateCertificates Gets or sets a value indicating whether the code is permitted to enumerate the certificates in a store.
Public property EnumerateStores Gets or sets a value indicating whether the code is permitted to enumerate stores.
Public property Flags Gets or sets the store permissions.
Public property OpenStore Gets or sets a value indicating whether the code is permitted to open a store.
Public property RemoveFromStore Gets or sets a value indicating whether the code is permitted to remove a certificate from a store.
Public property TypeId  When implemented in a derived class, gets a unique identifier for this Attribute. (inherited from Attribute)
Public property Unrestricted  Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared. (inherited from SecurityAttribute)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.