Opc.Ua.Core
Delete Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : Delete Method
The thumbprint.
Deletes a certificate from the store.
Syntax
'Declaration
 
Function Delete( _
   ByVal thumbprint As String _
) As Task(Of Boolean)
'Usage
 
Dim instance As ICertificateStore
Dim thumbprint As String
Dim value As Task(Of Boolean)
 
value = instance.Delete(thumbprint)

Parameters

thumbprint
The thumbprint.

Return Value

True if the certificate exists.
Requirements

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

See Also

Reference

ICertificateStore Interface
ICertificateStore Members