次の方法で共有


Renewing コンストラクター (Boolean, Boolean)

名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim allowRenewal As Boolean
Dim okForRenewalAfterExpiration As Boolean

Dim instance As New Renewing(allowRenewal, okForRenewalAfterExpiration)

構文

'宣言
Public Sub New ( _
    allowRenewal As Boolean, _
    okForRenewalAfterExpiration As Boolean _
)
public Renewing (
    bool allowRenewal,
    bool okForRenewalAfterExpiration
)
public:
Renewing (
    bool allowRenewal, 
    bool okForRenewalAfterExpiration
)
public Renewing (
    boolean allowRenewal, 
    boolean okForRenewalAfterExpiration
)
public function Renewing (
    allowRenewal : boolean, 
    okForRenewalAfterExpiration : boolean
)

パラメーター

  • allowRenewal
     
  • okForRenewalAfterExpiration
     

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

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

関連項目

参照

Renewing クラス
Renewing メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間