cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/contentinfotypeunsupported.ini
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 ;Negative Test: The PKCS12 file is created with contentinfo containing the contenttype which is not supported.
       
     2 
       
     3 
       
     4 [main]
       
     5 file=C:\tpkcs12intg\data\pkcs12_unsupportedcontentinfo.p12
       
     6 integritymode=password
       
     7 integritypassword=password
       
     8 PrivacyPassword1=password
       
     9 PrivacyPassword2=password
       
    10 verifyintegritypassword=password
       
    11 MacPresent=False
       
    12 integrity_valid=1
       
    13 unittest=True
       
    14 
       
    15 [authsafe]
       
    16 numcontentinfos=1
       
    17 contentinfo1=ContentInfo_1
       
    18 
       
    19 [ContentInfo_1]
       
    20 ContentInfoType=7 ; Contains the contentType 7 which is not supported.
       
    21 privacypassword=password
       
    22 ;unit test/optional
       
    23 ExpectedError=-5; KErrNotSupported
       
    24 ExpectedResult=0