networksecurity/tls/secsock/SecureSocketInterface.h
branchRCL_3
changeset 21 abbed5a4b42a
parent 20 7e41d162e158
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
     1 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2001-2009 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
       
    70 	};
    67 	};
    71 
    68 
    72 
    69 
    73 class MSecureSocket
    70 class MSecureSocket
    74 /**
    71 /**