EncryptionMethod Constructor

Namespace: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim algorithm As Uri

Dim instance As New EncryptionMethod(algorithm)

Syntax

'Declaration
Public Sub New ( _
    algorithm As Uri _
)
public EncryptionMethod (
    Uri algorithm
)
public:
EncryptionMethod (
    Uri^ algorithm
)
public EncryptionMethod (
    Uri algorithm
)
public function EncryptionMethod (
    algorithm : Uri
)

Parameters

  • algorithm
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

EncryptionMethod Class
EncryptionMethod Members
Microsoft.IdentityModel.Protocols.WSFederation.Metadata Namespace