asp.net.ph

HttpClientCertificate.Get Method ( String )

System.Web Namespace   HttpClientCertificate Class


Returns individual client certificate fields by name.

[ VB ]
Overrides Overloads Public Function Get ( _
   ByVal field As String _
) As String

[ C# ]
public override string Get (
   string field
);

[ C++ ]
public: String* Get (
   String* field
);

[ JScript ]
public override function Get (
   field : String
) : String;

Parameters

field
The item in the collection to retrieve.

Return Value

The value of the item specified by field.

See Also

HttpClientCertificate Members   HttpClientCertificate.Get Overload List Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note