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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph