Initializes an instance of FederatedServiceCredentials. Copy constructor to implement the CloneCore method.
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim other As FederatedServiceCredentials

Dim instance As New FederatedServiceCredentials(other)

Синтаксис

Visual Basic
Protected Sub New ( _
		other As FederatedServiceCredentials _
)
C#
protected FederatedServiceCredentials (
		FederatedServiceCredentials other
)
C++
protected:
FederatedServiceCredentials (
		FederatedServiceCredentials^ other
)
J#
protected FederatedServiceCredentials (
		FederatedServiceCredentials other
)
JScript
protected function FederatedServiceCredentials (
		other : FederatedServiceCredentials
)

Параметры

other

The instance of FederatedServiceCredentials from which to copy.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также