Share via


AddInSecurityEntry.PublicKey Property

Gets the public key that is associated with this inclusion list entry.

Namespace:  Microsoft.VisualStudio.Tools.Office.Runtime.Security
Assembly:  Microsoft.VisualStudio.Tools.Office.Runtime (in Microsoft.VisualStudio.Tools.Office.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property PublicKey As String
    Get
'Usage
Dim instance As AddInSecurityEntry
Dim value As String

value = instance.PublicKey
public string PublicKey { get; }

Property Value

Type: System.String
A string that contains the value of the public key that is associated with this inclusion list entry.

.NET Framework Security

See Also

Reference

AddInSecurityEntry Class

AddInSecurityEntry Members

Microsoft.VisualStudio.Tools.Office.Runtime.Security Namespace