'Declaration
Function RemoveOwnCertificates( _ ByVal certificateSubIdPattern As String, _ ByVal mustExist As Boolean, _ ByVal updateTrustedPeerCertificates As Boolean _ ) As Integer
'Usage
Dim instance As _EasyUAApplication Dim certificateSubIdPattern As String Dim mustExist As Boolean Dim updateTrustedPeerCertificates As Boolean Dim value As Integer value = instance.RemoveOwnCertificates(certificateSubIdPattern, mustExist, updateTrustedPeerCertificates)
int RemoveOwnCertificates( string certificateSubIdPattern, bool mustExist, bool updateTrustedPeerCertificates )
int RemoveOwnCertificates( String^ certificateSubIdPattern, bool mustExist, bool updateTrustedPeerCertificates )
Parameters
- certificateSubIdPattern
- The match pattern for the certificate sub-ids. Normally an empty string.
The value of this parameter can be
null
(Nothing
in Visual Basic). - mustExist
- Determines whether the certificate must be present in the certificate store.
- updateTrustedPeerCertificates
- Determines whether the trusted peers certificate store will also be updated.