This topic has not yet been rated - Rate this topic

ServiceCredentials Members

The following tables list the members exposed by the ServiceCredentials type.

(see also Protected Constructors )
  Name Description
Public method ServiceCredentials Overloaded. Initializes a new instance of the ServiceCredentials class.
Top
  Name Description
Protected method ServiceCredentials Overloaded. Initializes a new instance of the ServiceCredentials class.
Top
  Name Description
Public property ClientCertificate Gets the current client certificate authentication and provisioning settings for this service.
Public property IssuedTokenAuthentication Gets the current issued token (for example, SAML) authentication settings for this service.
Public property Peer Gets the current credential authentication and provisioning settings to be used by peer transport endpoints configured on the service.
Public property SecureConversationAuthentication Gets the current settings to be used by a secure conversation.
Public property ServiceCertificate Gets the current certificate associated with this service.
Public property UserNameAuthentication Gets the current user name/password authentication settings for this service.
Public property WindowsAuthentication Gets the current Windows authentication settings for this service.
Top
(see also Protected Methods )
  Name Description
Public method Clone Creates a copy of the current instance.
Public method CreateSecurityTokenManager Overridden. Creates a token manager for this service.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method CloneCore Copies the essential members of the current instance.
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
  Name Description
Explicit interface implementation Method System.ServiceModel.Description.IServiceBehavior.AddBindingParameters Adds this instance to a binding parameter collection. This is an infrastructure method and not intended to be called directly.
Explicit interface implementation Method System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior Apply the dispatch behavior. This is an infrastructure method and not intended to be called directly.
Explicit interface implementation Method System.ServiceModel.Description.IServiceBehavior.Validate Validates a service description. This is an infrastructure method and not intended to be called directly.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.