PackageInfo.SelfSigned Property
Gets or sets whether this package was self signed.
Namespace: Microsoft.Office.BusinessApplications.Runtime.DeploymentAction
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Property SelfSigned As Boolean
Get
Set
'Usage
Dim instance As PackageInfo
Dim value As Boolean
value = instance.SelfSigned
instance.SelfSigned = value
public bool SelfSigned { get; set; }
Property Value
Type: System.Boolean
true if the package was self signed; false, otherwise.
Remarks
A self-signed certificate is a certificate that is not issued by a Certificate Authority(CA).
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace