SPUserSolution.Signature property
取得方案的簽章。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Signature As String
Get
'用途
Dim instance As SPUserSolution
Dim value As String
value = instance.Signature
public string Signature { get; }
Property value
Type: System.String
方案的簽章。
備註
簽章是第一次啟動方案時,會將沙箱化解決方案基礎結構所產生的雜湊值。如果方案已更新為新版本,會自動產生新的、 不同的雜湊。在執行之前任何的沙箱化解決方案,基礎結構會檢查已變更的簽章。如果簽章已變更,方案時都會重新確認方案驗證架構。