문제

i have app in windows 8 (written using javascript and js api ver. 2.0). I have simple question if its possible to get certificate from https website and then check its fingerprint ?

i tried httpclient but it simply doesn't have option to retrive certificates ?

Thanks for any directions.

도움이 되었습니까?

해결책

Well, i managed this, API expose socket, reference can be found: here

var streamSocket = new Windows.Networking.Sockets.StreamSocket();

when we create socket we get instance of StreamSocketInformation which has ServerCertificate property.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top