TeamFoundationFileContainer.SigningKeyId Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property SigningKeyId As Guid
public Guid SigningKeyId { get; set; }
public:
property Guid SigningKeyId {
    Guid get ();
    void set (Guid value);
}
member SigningKeyId : Guid with get, set
function get SigningKeyId () : Guid 
function set SigningKeyId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TeamFoundationFileContainer Class

Microsoft.TeamFoundation.Framework.Server Namespace