X509ScopedServiceCertificateElement::TargetUri Property

 

Gets or sets the URI for this certificate.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("targetUri", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
property Uri^ TargetUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A URI.

.NET Framework
Available since 3.0
Return to top
Show: