PublisherIdentityPermissionAttribute::CertFile Property

 

Gets or sets a certification file containing an Authenticode X.509v3 certificate.

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

public:
property String^ CertFile {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The file path of an X.509 certificate file (usually has the extension.cer).

If X509Certificate is set, this property is ignored.

.NET Framework
Available since 1.1
Return to top
Show: