Condividi tramite


ManagementPackAssemblyWriterSettings.KeyFilePath Property

Gets the path of the .snk file that contains a key pair that is used to give the management pack assembly a strong name. The file is usually created by using the sn.exe command-line tool.

Namespace: Microsoft.EnterpriseManagement.Configuration.IO
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.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 String.

Returns a string that contains the path of the .snk file that contains 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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackAssemblyWriterSettings Class
ManagementPackAssemblyWriterSettings Members
Microsoft.EnterpriseManagement.Configuration.IO Namespace