ManagementPackAssemblyWriterSettings.KeyFilePath Property
Gets the path to the .snk file containing a key pair that is used to give the management pack assembly a strong name. The file is usually created with the sn.exe command line tool.
Namespace: Microsoft.EnterpriseManagement.Configuration.IO
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPackAssemblyWriterSettings
Dim value As String
value = instance.KeyFilePath
Syntax
'Declaration
Public ReadOnly Property KeyFilePath As String
public string KeyFilePath { get; }
public:
property String^ KeyFilePath {
String^ get ();
}
/** @property */
public String get_KeyFilePath ()
public function get KeyFilePath () : String
Property Value
Returns a string that contains the path to the .snk file containing a key pair that is used to give the management pack assembly a strong name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackAssemblyWriterSettings Class
ManagementPackAssemblyWriterSettings Members
Microsoft.EnterpriseManagement.Configuration.IO Namespace