ICLRStrongNameStrongNameKeyInstall Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StrongNameKeyInstall(
string pwzKeyContainer,
IntPtr pbKeyBlob,
int cbKeyBlob
)
Sub StrongNameKeyInstall (
pwzKeyContainer As String,
pbKeyBlob As IntPtr,
cbKeyBlob As Integer
)
void StrongNameKeyInstall(
[InAttribute] String^ pwzKeyContainer,
[InAttribute] IntPtr pbKeyBlob,
[InAttribute] int cbKeyBlob
)
abstract StrongNameKeyInstall :
pwzKeyContainer : string *
pbKeyBlob : IntPtr *
cbKeyBlob : int -> unit
Parameters
- pwzKeyContainer
- Type: SystemString
- pbKeyBlob
- Type: SystemIntPtr
- cbKeyBlob
- Type: SystemInt32
See Also