Visual Basic (Declaration) | |
---|---|
Public Delegate Function UpdateCertificateMethodStateMethodCallHandler( _ ByVal context As ISystemContext, _ ByVal method As MethodState, _ ByVal objectId As NodeId, _ ByVal certificateGroupId As NodeId, _ ByVal certificateTypeId As NodeId, _ ByVal certificate() As Byte, _ ByVal issuerCertificates() As Byte, _ ByVal privateKeyFormat As String, _ ByVal privateKey() As Byte, _ ByRef applyChangesRequired As Boolean _ ) As ServiceResult |
C# | |
---|---|
public delegate ServiceResult UpdateCertificateMethodStateMethodCallHandler( ISystemContext context, MethodState method, NodeId objectId, NodeId certificateGroupId, NodeId certificateTypeId, byte[] certificate, byte[] issuerCertificates, string privateKeyFormat, byte[] privateKey, ref bool applyChangesRequired ) |
Parameters
- context
- method
- objectId
- certificateGroupId
- certificateTypeId
- certificate
- issuerCertificates
- privateKeyFormat
- privateKey
- applyChangesRequired
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2