AssemblySignatureKeyAttribute.Countersignature Property

Definition

Gets the countersignature for the strong name for this assembly.

public:
 property System::String ^ Countersignature { System::String ^ get(); };
public string Countersignature { get; }
member this.Countersignature : string
Public ReadOnly Property Countersignature As String

Property Value

The countersignature for this signature key.

Remarks

The countersignature represents the public key that is signed by the identity key.

Applies to