PublisherIdentityPermissionAttribute::SignedFile Property

 

Gets or sets a signed file from which to extract an Authenticode X.509v3 certificate.

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

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

Property Value

Type: System::String^

The file path of a file signed with the Authenticode signature.

If either X509Certificate or CertFile is set, this property is ignored.

.NET Framework
Available since 1.1
Return to top
Show: