Version: 
        
      
      
      
      CredentialName Class
  
            Represents the name of a credential in a plan.
            
 
  Inheritance Hierarchy
  
    - object
- Inedo.Otter.Extensibility.Credentials.CredentialName
 
 
  
 
  Syntax
  
    public
    class
    CredentialName
  
 
  
  
    Properties
    
      
         | 
        Name | 
        Description | 
      
      
        | 
          
         | 
        
          FullName
         | 
        
           
            Gets the fully-qualified credential name.
             
         | 
      
      
        | 
          
         | 
        
          Name
         | 
        
           
            Gets the name of the credential.
             
         | 
      
      
        | 
          
         | 
        
          TypeName
         | 
        
           
            Gets the type name of the credential.
             
         | 
      
    
   
  
    Methods
    
      
         | 
        Name | 
        Description | 
      
      
        | 
          
          
         | 
        
          TryParse(string s)
         | 
        
           
            Parses a string into a credential name, or null (Nothing in Visual Basic) if the name is an invalid credential name;
             
         |