PartialTrustVisibleAssembly(String, String) 构造函数

定义

初始化 PartialTrustVisibleAssembly 类的新实例。Initializes a new instance of the PartialTrustVisibleAssembly class.

public:
 PartialTrustVisibleAssembly(System::String ^ assemblyName, System::String ^ publicKey);
public PartialTrustVisibleAssembly (string assemblyName, string publicKey);
new System.Web.Configuration.PartialTrustVisibleAssembly : string * string -> System.Web.Configuration.PartialTrustVisibleAssembly
Public Sub New (assemblyName As String, publicKey As String)

参数

assemblyName
String

程序集名称。The assembly name.

publicKey
String

与程序集关联的公钥的十六进制字符串表示形式。The hexadecimal string representation of the public key that is associated with the assembly.

适用于