AssemblySignatureKeyAttribute(String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的公開金鑰和副署,建立 AssemblySignatureKeyAttribute 類別的新執行個體。
public:
AssemblySignatureKeyAttribute(System::String ^ publicKey, System::String ^ countersignature);
public AssemblySignatureKeyAttribute (string publicKey, string countersignature);
new System.Reflection.AssemblySignatureKeyAttribute : string * string -> System.Reflection.AssemblySignatureKeyAttribute
Public Sub New (publicKey As String, countersignature As String)
參數
- publicKey
- String
公開或識別金鑰。
- countersignature
- String
副署,也就是強式名稱金鑰的簽章金鑰部分。
備註
使用 Sn.exe 來產生這個建構函式的參數。
sn -a IdentityPubKey.snk IdentityKey.snk SignaturePubKey.snk