StorePermissionAttribute::EnumerateCertificates Property

 

Gets or sets a value indicating whether the code is permitted to enumerate the certificates in a store.

Namespace:   System.Security.Permissions
Assembly:  System (in System.dll)

public:
property bool EnumerateCertificates {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the ability to enumerate certificates is allowed; otherwise, false.

For privacy reasons, this ability should be granted only to fully trusted code.

.NET Framework
Available since 2.0
Return to top
Show: