Remove build warning for use of deprecated API
authorDongsun Lee <ds73.lee@samsung.com>
Fri, 21 Oct 2016 04:13:16 +0000 (13:13 +0900)
committerkidong kim <kd0228.kim@samsung.com>
Fri, 21 Oct 2016 05:40:41 +0000 (14:40 +0900)
commit812b52758f15bb925d7c454c859cdf86ae78e86e
treecb79043105eac0a9e0cf579f0d46a39382ac1e9b
parent003da81ee93041f7f4ed52aa009bfd079af2da84
Remove build warning for use of deprecated API

- Marshal.PtrToStructure(ptr, type) --> Marshal.PtrToStructure<T>(ptr)

Change-Id: I2543a61091ab50d2d31b529f8977e43a894419bf
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository/Certificate.cs [changed mode: 0644->0755]
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository/Key.cs [changed mode: 0644->0755]
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository/Pkcs12.cs [changed mode: 0644->0755]
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository/SafeAliasListHandle.cs [changed mode: 0644->0755]
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository/SafeCertificateListHandle.cs [changed mode: 0644->0755]
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository/SafeRawBufferHandle.cs [changed mode: 0644->0755]