networksecurity/tls/secsock/SecureSocketInterface.h
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 75 c1029e558ef5
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    62 	{
    62 	{
    63 	/** All untrusted certificates result in a user dialog. */
    63 	/** All untrusted certificates result in a user dialog. */
    64 	EDialogModeAttended,
    64 	EDialogModeAttended,
    65 	/** Untrusted certificates are canceled without user confirmation. */
    65 	/** Untrusted certificates are canceled without user confirmation. */
    66 	EDialogModeUnattended
    66 	EDialogModeUnattended
       
    67 	,
       
    68 	/** Untrusted certificates are automatically allowed without user confirmation. */
       
    69 	EDialogModeAllowAutomatic
    67 	};
    70 	};
    68 
    71 
    69 
    72 
    70 class MSecureSocket
    73 class MSecureSocket
    71 /**
    74 /**