IClrStrongName Interface
Provides basic global static functions for signing assemblies with strong names.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[GuidAttribute("9FD93CCF-3280-4391-B3A9-96E1CDE77C8D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[SecurityCriticalAttribute]
public interface IClrStrongName
<ComImportAttribute>
<GuidAttribute("9FD93CCF-3280-4391-B3A9-96E1CDE77C8D")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<SecurityCriticalAttribute>
Public Interface IClrStrongName
Dim instance As IClrStrongName
[ComImportAttribute]
[GuidAttribute(L"9FD93CCF-3280-4391-B3A9-96E1CDE77C8D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[SecurityCriticalAttribute]
public interface class IClrStrongName
[<ComImportAttribute>]
[<GuidAttribute("9FD93CCF-3280-4391-B3A9-96E1CDE77C8D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<SecurityCriticalAttribute>]
type IClrStrongName = interface end
No code example is currently available or this language may not be supported.