Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / UserPrincipalNameElement.cs / 1 / UserPrincipalNameElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.ServiceModel; using System.Configuration; using System.IdentityModel.Claims; using System.IdentityModel.Policy; using System.Security.Cryptography; using System.Xml; public sealed partial class UserPrincipalNameElement : ConfigurationElement { public UserPrincipalNameElement() { } [ConfigurationProperty(ConfigurationStrings.Value, DefaultValue = "")] [StringValidator(MinLength = 0)] public String Value { get { return (string)base[ConfigurationStrings.Value]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.Value] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OverflowException.cs
- BaseValidatorDesigner.cs
- ToolStripLabel.cs
- VirtualizingPanel.cs
- OleDbRowUpdatingEvent.cs
- ResourceAssociationTypeEnd.cs
- TypeInformation.cs
- EdmError.cs
- DesignerResources.cs
- FlowLayout.cs
- _ShellExpression.cs
- UpdateException.cs
- CardSpaceSelector.cs
- DataGridViewBindingCompleteEventArgs.cs
- KnownTypesProvider.cs
- RegexFCD.cs
- SystemIcmpV6Statistics.cs
- AlignmentYValidation.cs
- SystemIPv6InterfaceProperties.cs
- EmptyStringExpandableObjectConverter.cs
- CompileXomlTask.cs
- TaskHelper.cs
- QilPatternVisitor.cs
- GAC.cs
- Floater.cs
- UIElement.cs
- GlyphTypeface.cs
- Timer.cs
- SvcMapFileSerializer.cs
- VirtualizingStackPanel.cs
- Menu.cs
- ErrorEventArgs.cs
- TimelineClockCollection.cs
- SafeLocalMemHandle.cs
- UInt32.cs
- ScrollPatternIdentifiers.cs
- DesignerTextViewAdapter.cs
- SqlRetyper.cs
- MethodToken.cs
- SHA384Managed.cs
- CoTaskMemHandle.cs
- MenuItem.cs
- SafeEventHandle.cs
- EntityConnection.cs
- CatalogZoneBase.cs
- Debug.cs
- XmlSchemaAnyAttribute.cs
- RecordManager.cs
- WebEvents.cs
- XmlQualifiedNameTest.cs
- ListBox.cs
- WebPartsPersonalization.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- Token.cs
- ImpersonateTokenRef.cs
- EditorAttribute.cs
- Form.cs
- XamlInt32CollectionSerializer.cs
- HtmlTable.cs
- DiagnosticTraceSource.cs
- CodeExporter.cs
- brushes.cs
- AssociationType.cs
- ToolStripItemImageRenderEventArgs.cs
- UIElementAutomationPeer.cs
- DependencyPropertyDescriptor.cs
- InstanceKey.cs
- SapiGrammar.cs
- DynamicILGenerator.cs
- ParagraphResult.cs
- PtsHost.cs
- TraceSource.cs
- PassportAuthenticationEventArgs.cs
- SoapAttributeOverrides.cs
- UInt16.cs
- Crc32.cs
- EncoderExceptionFallback.cs
- LambdaCompiler.Generated.cs
- RangeBaseAutomationPeer.cs
- GroupByQueryOperator.cs
- XPathNodeIterator.cs
- OverloadGroupAttribute.cs
- DataAdapter.cs
- WebResourceUtil.cs
- ComponentCollection.cs
- SQLDouble.cs
- XPathNode.cs
- ImageClickEventArgs.cs
- XmlSchemaInferenceException.cs
- _DisconnectOverlappedAsyncResult.cs
- IItemContainerGenerator.cs
- RuleInfoComparer.cs
- SchemaNotation.cs
- LinqDataSourceUpdateEventArgs.cs
- NativeCppClassAttribute.cs
- PackageProperties.cs
- TypeConverter.cs
- CqlLexer.cs
- FontStyleConverter.cs
- ConsoleKeyInfo.cs