Initializes an instance of FederatedServiceCredentials. Copy constructor to implement the CloneCore method.
命名空间: Microsoft.IdentityModel.Tokens
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim other As FederatedServiceCredentials Dim instance As New FederatedServiceCredentials(other)
语法
声明
Protected Sub New ( _
other As FederatedServiceCredentials _
)
protected FederatedServiceCredentials (
FederatedServiceCredentials other
)
protected:
FederatedServiceCredentials (
FederatedServiceCredentials^ other
)
protected FederatedServiceCredentials (
FederatedServiceCredentials other
)
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
请参见
参考
FederatedServiceCredentials 类
FederatedServiceCredentials 成员
Microsoft.IdentityModel.Tokens 命名空间