I want to know that how to generate signurl using google cloud storage classes in .net
I have created string as per the requirement
GET 1388534400
The .NET client doesn't support signing URLs (it is an XML-only API), so you will need to either make a callout to a tool like gsutil or generate an RSA signature internal to your application (Signing and verifying signatures with RSA C#)