Show / Hide Table of Contents

Method PrivateKeyXmlFromSnkFile

| Improve this Doc View Source

PrivateKeyXmlFromSnkFile(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest