WebUpdateController.PublicKeyToken Property

Gets or sets the public key token of the strong name key used to create the updates that will be downloaded and applied by the control. If an update cannot be validated using this key, it will not be applied.

[Visual Basic]

Public Property PublicKeyToken As String

[C#]

public string PublicKeyToken {get;set;}

Property Value

The public key token of the strong name key used to create the updates that will be downloaded and applied by the controller.

Remarks

The value of this property must match the public key token of the AppLife Update project used to create the updates that the controller will download. When an update is built, it is signed with the corresponding private key, and the controller uses this public key to verify that it has not been altered.

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace