SharedSecretElement Class

Definition

A configuration element that specifies the credentials for a service or client endpoint that is configured to use the SharedSecretTokenProvider credential type.

public class SharedSecretElement : System.Configuration.ConfigurationElement
type SharedSecretElement = class
    inherit ConfigurationElement
Public Class SharedSecretElement
Inherits ConfigurationElement
Inheritance
SharedSecretElement

Properties

IssuerName

Gets or sets the issuer name.

IssuerSecret

Gets or sets the issuer secret key.

Properties

Gets the properties of this configuration element that contain the issuer name and the issuer secret key.

TokenScope

Gets or sets the token scope.

Methods

CopyFrom(SharedSecretElement)

Copies the contents of the specified shared secret configuration element to this configuration element.

Applies to