Method PrivateKeyXmlFromSnkFile
| Improve this Doc View SourcePrivateKeyXmlFromSnkFile(String)
Gets the private key XML string from Strong Name Key (.snk) file.
Declaration
public static string PrivateKeyXmlFromSnkFile(string snkFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | snkFilePath | Full path and name of the .snk file. |
Returns
Type | Description |
---|---|
System.String | The private key XML string. |
PrivateKeyXmlFromSnkFile(Stream)
Gets the private key XML string from Strong Name Key (.snk) stream.
Declaration
public static string PrivateKeyXmlFromSnkFile(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream of .snk file. |
Returns
Type | Description |
---|---|
System.String | The private key XML string. |