AddInSecurityEntry.PublicKey Property (2007 System)
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.v9.0 (in Microsoft.VisualStudio.Tools.Office.Runtime.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property PublicKey As String
'Usage
Dim instance As AddInSecurityEntry
Dim value As String
value = instance.PublicKey
public string PublicKey { get; }
public:
property String^ PublicKey {
String^ get ();
}
public function get PublicKey () : String
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Office.Runtime.Security Namespace